Skip to content

Commit

Permalink
chore: enable oxc_resolver in webpack tests
Browse files Browse the repository at this point in the history
closes #4317
  • Loading branch information
Boshen committed Oct 20, 2023
1 parent c7da76f commit 94e59f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack-test/ConfigTestCases.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ const describeCases = config => {
// path.resolve(__dirname, "../node_modules")
// ];
// }
if (!options.experiments) options.experiments = {};
if (!options.experiments.rspackFuture) options.experiments.rspackFuture = {};
options.experiments.rspackFuture.newResolver = true;
});
testConfig = {
findBundle: function(i, options) {
Expand Down

0 comments on commit 94e59f0

Please sign in to comment.