File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ export default {
3737 output: {
3838 module: true ,
3939 chunkFormat: ' module' ,
40- externalsType: ' module-import' ,
4140 library: {
4241 type: ' modern-module' ,
4342 },
4443 chunkLoading: ' import' ,
4544 workerChunkLoading: ' import' ,
4645 },
46+ externalsType: ' module-import' ,
4747 optimization: {
4848 concatenateModules: true ,
4949 avoidEntryIife: true ,
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ export default {
3737 output: {
3838 module: true ,
3939 chunkFormat: ' module' ,
40- externalsType: ' module-import' ,
4140 library: {
4241 type: ' modern-module' ,
4342 },
4443 chunkLoading: ' import' ,
4544 workerChunkLoading: ' import' ,
4645 },
46+ externalsType: ' module-import' ,
4747 optimization: {
4848 concatenateModules: true ,
4949 avoidEntryIife: true ,
You can’t perform that action at this time.
0 commit comments