Skip to content

Commit 8a704fa

Browse files
committed
we don't need to bust anything yo
1 parent 367b0f0 commit 8a704fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
app: './app/index.jsx',
88
},
99
output: {
10-
filename: '[name].[hash].js',
10+
filename: '[name].js',
1111
path: path.resolve(__dirname, 'build'),
1212
publicPath: '/',
1313
},

0 commit comments

Comments
 (0)