Skip to content

Commit 2dd7702

Browse files
committed
use canary to fix secondary consumption
1 parent 410c050 commit 2dd7702

File tree

3 files changed

+113
-606
lines changed

3 files changed

+113
-606
lines changed

packages/core/tests/__snapshots__/config.test.ts.snap

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)