Skip to content

Commit 3c2b7f5

Browse files
committed
add webpack config
1 parent 0e2d927 commit 3c2b7f5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

js/webpack.config.js

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

0 commit comments

Comments
 (0)