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 = ({
613613 } ,
614614 chunkLoading : 'import' ,
615615 workerChunkLoading : 'import' ,
616- wasmLoading : 'fetch' ,
617616 } ,
618617 experiments : {
619618 outputModule : true ,
@@ -643,7 +642,6 @@ const composeFormatConfig = ({
643642 } ,
644643 chunkLoading : 'require' ,
645644 workerChunkLoading : 'async-node' ,
646- wasmLoading : 'async-node' ,
647645 } ,
648646 plugins,
649647 } ,
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
216216 " type" : " modern-module" ,
217217 },
218218 " module" : true ,
219- " wasmLoading" : " fetch" ,
220219 " workerChunkLoading" : " import" ,
221220 },
222221 " plugins" : [
@@ -482,7 +481,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
482481 " library" : {
483482 " type" : " commonjs-static" ,
484483 },
485- " wasmLoading" : " async-node" ,
486484 " workerChunkLoading" : " async-node" ,
487485 },
488486 " plugins" : [
You can’t perform that action at this time.
0 commit comments