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 {
37
37
output: {
38
38
module: true ,
39
39
chunkFormat: ' module' ,
40
- externalsType: ' module-import' ,
41
40
library: {
42
41
type: ' modern-module' ,
43
42
},
44
43
chunkLoading: ' import' ,
45
44
workerChunkLoading: ' import' ,
46
45
},
46
+ externalsType: ' module-import' ,
47
47
optimization: {
48
48
concatenateModules: true ,
49
49
avoidEntryIife: true ,
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ export default {
37
37
output: {
38
38
module: true ,
39
39
chunkFormat: ' module' ,
40
- externalsType: ' module-import' ,
41
40
library: {
42
41
type: ' modern-module' ,
43
42
},
44
43
chunkLoading: ' import' ,
45
44
workerChunkLoading: ' import' ,
46
45
},
46
+ externalsType: ' module-import' ,
47
47
optimization: {
48
48
concatenateModules: true ,
49
49
avoidEntryIife: true ,
You can’t perform that action at this time.
0 commit comments