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 9712897 commit e233b67Copy full SHA for e233b67
build_scripts/webpack.config.js
@@ -27,7 +27,7 @@ module.exports = {
27
mode: helpers.isProduction ? 'production' : 'development',
28
entry: [path.resolve(helpers.browserPath, 'index.jsx')],
29
output: {
30
- filename: '[name].[contenthash:8].js',
+ filename: '[name].[hash:8].js',
31
publicPath: '',
32
path: helpers.buildPath,
33
globalObject: 'this'
0 commit comments