Skip to content

Commit d1ca459

Browse files
committed
fix
1 parent 5e3c3db commit d1ca459

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/core/tests/__snapshots__/config.test.ts.snap

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config 1
1010
"mode": "production",
1111
"output": {
1212
"distPath": {
13+
"css": "./",
14+
"cssAsync": "./",
1315
"js": "./",
16+
"jsAsync": "./",
1417
},
1518
"externals": [
1619
[Function],
@@ -239,7 +242,10 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config 1
239242
"mode": "production",
240243
"output": {
241244
"distPath": {
245+
"css": "./",
246+
"cssAsync": "./",
242247
"js": "./",
248+
"jsAsync": "./",
243249
},
244250
"externals": [
245251
"assert",
@@ -464,7 +470,10 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config 1
464470
"mode": "production",
465471
"output": {
466472
"distPath": {
473+
"css": "./",
474+
"cssAsync": "./",
467475
"js": "./",
476+
"jsAsync": "./",
468477
},
469478
"externals": [
470479
"assert",

0 commit comments

Comments
 (0)