Skip to content

Commit e233b67

Browse files
committed
chanfe
1 parent 9712897 commit e233b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_scripts/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
mode: helpers.isProduction ? 'production' : 'development',
2828
entry: [path.resolve(helpers.browserPath, 'index.jsx')],
2929
output: {
30-
filename: '[name].[contenthash:8].js',
30+
filename: '[name].[hash:8].js',
3131
publicPath: '',
3232
path: helpers.buildPath,
3333
globalObject: 'this'

0 commit comments

Comments
 (0)