File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -613,7 +613,6 @@ const composeFormatConfig = ({
613
613
} ,
614
614
chunkLoading : 'import' ,
615
615
workerChunkLoading : 'import' ,
616
- wasmLoading : 'fetch' ,
617
616
} ,
618
617
experiments : {
619
618
outputModule : true ,
@@ -643,7 +642,6 @@ const composeFormatConfig = ({
643
642
} ,
644
643
chunkLoading : 'require' ,
645
644
workerChunkLoading : 'async-node' ,
646
- wasmLoading : 'async-node' ,
647
645
} ,
648
646
plugins,
649
647
} ,
Original file line number Diff line number Diff line change @@ -216,7 +216,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
216
216
" type" : " modern-module" ,
217
217
},
218
218
" module" : true ,
219
- " wasmLoading" : " fetch" ,
220
219
" workerChunkLoading" : " import" ,
221
220
},
222
221
" plugins" : [
@@ -482,7 +481,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
482
481
" library" : {
483
482
" type" : " commonjs-static" ,
484
483
},
485
- " wasmLoading" : " async-node" ,
486
484
" workerChunkLoading" : " async-node" ,
487
485
},
488
486
" plugins" : [
You can’t perform that action at this time.
0 commit comments