Skip to content

Commit 9ac04b8

Browse files
committed
try removing runtimeChunk single
1 parent 610738e commit 9ac04b8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

js/webpack.config.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
module.exports = {
22
optimization: {
3-
moduleIds: 'deterministic',
4-
chunkIds: 'deterministic',
5-
runtimeChunk: 'single',
3+
moduleIds: 'deterministic',
4+
chunkIds: 'deterministic',
65
realContentHash: true
7-
},
6+
},
87
};

0 commit comments

Comments
 (0)