feat(css): support css asset in bundle mode and esm/cjs #341
Annotations
3 errors
|
Unit Test:
packages/core/tests/config.test.ts#L203
Error: Snapshot `Should compose create Rsbuild config correctly > Merge Rsbuild config 1` mismatched
- Expected
+ Received
@@ -4,10 +4,12 @@
"dev": {
"progressBar": false,
},
"mode": "production",
"output": {
+ "assetPrefix": "auto",
+ "dataUriLimit": 0,
"distPath": {
"css": "./",
"cssAsync": "./",
"js": "./",
"jsAsync": "./",
@@ -243,10 +245,12 @@
"dev": {
"progressBar": false,
},
"mode": "production",
"output": {
+ "assetPrefix": "auto",
+ "dataUriLimit": 0,
"distPath": {
"css": "./",
"cssAsync": "./",
"js": "./",
"jsAsync": "./",
❯ tests/config.test.ts:203:35
|
Unit Test
The operation was canceled.
|
Loading