fix: remove bundler info #72
Annotations
2 errors and 2 warnings
packages/core/tests/config.test.ts > Should compose create Rsbuild config correctly > Merge Rsbuild config:
packages/core/tests/config.test.ts#L183
Error: Snapshot `Should compose create Rsbuild config correctly > Merge Rsbuild config 1` mismatched
- Expected
+ Received
@@ -25,10 +25,17 @@
],
},
"tools": {
"htmlPlugin": false,
"rspack": {
+ "experiments": {
+ "rspackFuture": {
+ "bundlerInfo": {
+ "force": false,
+ },
+ },
+ },
"externalsType": "commonjs",
"output": {
"library": {
"type": "commonjs",
},
@@ -60,10 +67,15 @@
"tools": {
"htmlPlugin": false,
"rspack": {
"experiments": {
"outputModule": true,
+ "rspackFuture": {
+ "bundlerInfo": {
+ "force": false,
+ },
+ },
},
"externalsType": "module",
"optimization": {
"concatenateModules": true,
},
@@ -99,10 +111,17 @@
"preEntry": "./a.js",
},
"tools": {
"htmlPlugin": false,
"rspack": {
+ "experiments": {
+ "rspackFuture": {
+ "bundlerInfo": {
+ "force": false,
+ },
+ },
+ },
"externalsType": "umd",
"output": {
"library": {
"type": "umd",
},
❯ packages/core/tests/config.test.ts:183:35
|
ut-mac (18.x)
Process completed with exit code 1.
|
ut-mac (18.x)
Unexpected input(s) 'predicate-quantifier', valid inputs are ['token', 'working-directory', 'ref', 'base', 'filters', 'list-files', 'initial-fetch-depth']
|
e2e-ubuntu (18.x)
Unexpected input(s) 'predicate-quantifier', valid inputs are ['token', 'working-directory', 'ref', 'base', 'filters', 'list-files', 'initial-fetch-depth']
|