File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ class EnableWasmLoadingPlugin {
9999 new ReadFileCompileWasmPlugin ( {
100100 mangleImports : compiler . options . optimization . mangleWasmImports ,
101101 import :
102- compiler . options . output . environment . module &&
102+ compiler . options . output . module &&
103103 compiler . options . output . environment . dynamicImport
104104 } ) . apply ( compiler ) ;
105105 }
@@ -108,7 +108,7 @@ class EnableWasmLoadingPlugin {
108108 const ReadFileCompileAsyncWasmPlugin = require ( "../node/ReadFileCompileAsyncWasmPlugin" ) ;
109109 new ReadFileCompileAsyncWasmPlugin ( {
110110 import :
111- compiler . options . output . environment . module &&
111+ compiler . options . output . module &&
112112 compiler . options . output . environment . dynamicImport
113113 } ) . apply ( compiler ) ;
114114 }
You can’t perform that action at this time.
0 commit comments