File tree Expand file tree Collapse file tree 3 files changed +113
-606
lines changed
packages/core/tests/__snapshots__ Expand file tree Collapse file tree 3 files changed +113
-606
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ exports[`Should compose create Rsbuild config correctly > Enable experiment.adva
1818 aggregateTimeout: 0
1919 },
2020 experiments : {
21- lazyBarrel: true ,
2221 inlineEnum: true ,
2322 inlineConst: true ,
2423 typeReexportsPresence: true ,
@@ -677,7 +676,9 @@ exports[`Should compose create Rsbuild config correctly > Enable experiment.adva
677676 }
678677 ]
679678 },
680- {},
679+ {
680+ options: undefined
681+ },
681682 {
682683 reactDirectives: {},
683684 shimsInjectedAssets: new Set ([]),
@@ -3725,7 +3726,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
37253726 use: [
37263727 /* config.module.rule('css').use('mini-css-extract') */
37273728 {
3728- loader: ' <ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/cssExtractLoader.js'
3729+ loader: ' <ROOT>/node_modules/<PNPM_INNER>/@rspack-canary /core/dist/cssExtractLoader.js'
37293730 },
37303731 /* config.module.rule('css').use('css') */
37313732 {
You can’t perform that action at this time.
0 commit comments