We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4512b5 commit 8a85af8Copy full SHA for 8a85af8
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