Skip to content

Commit 48ae807

Browse files
committed
chore: update
1 parent e769cf9 commit 48ae807

File tree

4 files changed

+63
-57
lines changed

4 files changed

+63
-57
lines changed

packages/core/setupRstestTests.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ expect.addSnapshotSerializer(
2323
escapeDoubleQuotes: false,
2424
transformCLR: false,
2525
},
26+
replace: [
27+
{
28+
match: /@rspack(?:-canary)?\/core/g,
29+
mark: '<RSPACK_CORE>',
30+
},
31+
],
2632
}),
2733
);
2834

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3822,7 +3822,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
38223822
use: [
38233823
/* config.module.rule('css').use('mini-css-extract') */
38243824
{
3825-
loader: '<ROOT>/node_modules/<PNPM_INNER>/@rspack-canary/core/dist/cssExtractLoader.js'
3825+
loader: '<ROOT>/node_modules/<PNPM_INNER>/<RSPACK_CORE>/dist/cssExtractLoader.js'
38263826
},
38273827
/* config.module.rule('css').use('css') */
38283828
{

pnpm-lock.yaml

Lines changed: 55 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ onlyBuiltDependencies:
1818

1919
overrides:
2020
'zx>@types/node': '-'
21-
'@rspack/core': 'npm:@rspack-canary/core@1.6.2-canary-ad5a143d-20251105173931'
21+
'@rspack/core': 'npm:@rspack-canary/core@1.6.2-canary-ae75bb5c-20251110081755'
2222

2323
strictPeerDependencies: false
2424
autoInstallPeers: false

0 commit comments

Comments
 (0)