feat(css): support css asset in bundle mode and esm/cjs #343
Annotations
2 errors and 1 warning
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
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading