We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78c467 commit b7938e4Copy full SHA for b7938e4
e2e/cases/vue/sfc-in-node-modules/index.test.ts
@@ -26,6 +26,6 @@ rspackOnlyTest(
26
const { content } = await rsbuild.getIndexFile();
27
expect(content).not.toContain('window?.foo');
28
// should transpile optional chaining
29
- expect(content).toContain('test:null===');
+ expect(content).toContain('test:null==');
30
},
31
);
packages/core/package.json
@@ -51,7 +51,7 @@
51
"prebundle": "prebundle"
52
53
"dependencies": {
54
- "@rspack/core": "1.3.0",
+ "@rspack/core": "1.3.1",
55
"@rspack/lite-tapable": "~1.0.1",
56
"@swc/helpers": "^0.5.15",
57
"core-js": "~3.41.0",
0 commit comments