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 97c1de4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack-test/ConfigTestCases.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ const describeCases = config => {
// path.resolve(__dirname, "../node_modules")
// ];
// }
if (!options.experiments.rspackFuture) options.experiments.rspackFuture = {};
options.experiments.rspackFuture.newResolver = true;
});
testConfig = {
findBundle: function(i, options) {
Expand Down

0 comments on commit 97c1de4

Please sign in to comment.