We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610738e commit 9ac04b8Copy full SHA for 9ac04b8
1 file changed
js/webpack.config.js
@@ -1,8 +1,7 @@
1
module.exports = {
2
optimization: {
3
- moduleIds: 'deterministic',
4
- chunkIds: 'deterministic',
5
- runtimeChunk: 'single',
+ moduleIds: 'deterministic',
+ chunkIds: 'deterministic',
6
realContentHash: true
7
- },
+ },
8
};
0 commit comments