We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fcf83a + 8a85af8 commit 99720a5Copy full SHA for 99720a5
client/webpack.config.js
@@ -23,7 +23,7 @@ module.exports = (env, options) => {
23
output: {
24
path: path.join(__dirname, 'dist'),
25
publicPath: '/',
26
- filename: '[name].js'
+ filename: '[name].[hash].js'
27
},
28
module: {
29
rules: [
0 commit comments