Skip to content

Commit b7938e4

Browse files
committed
feat(deps): update Rspack to v1.3.1
1 parent c78c467 commit b7938e4

File tree

3 files changed

+147
-146
lines changed

3 files changed

+147
-146
lines changed

e2e/cases/vue/sfc-in-node-modules/index.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ rspackOnlyTest(
2626
const { content } = await rsbuild.getIndexFile();
2727
expect(content).not.toContain('window?.foo');
2828
// should transpile optional chaining
29-
expect(content).toContain('test:null===');
29+
expect(content).toContain('test:null==');
3030
},
3131
);

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"prebundle": "prebundle"
5252
},
5353
"dependencies": {
54-
"@rspack/core": "1.3.0",
54+
"@rspack/core": "1.3.1",
5555
"@rspack/lite-tapable": "~1.0.1",
5656
"@swc/helpers": "^0.5.15",
5757
"core-js": "~3.41.0",

0 commit comments

Comments
 (0)