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 0e2d927 commit 3c2b7f5Copy full SHA for 3c2b7f5
js/webpack.config.js
@@ -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