We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367b0f0 commit 8a704faCopy full SHA for 8a704fa
webpack.common.js
@@ -7,7 +7,7 @@ module.exports = {
7
app: './app/index.jsx',
8
},
9
output: {
10
- filename: '[name].[hash].js',
+ filename: '[name].js',
11
path: path.resolve(__dirname, 'build'),
12
publicPath: '/',
13
0 commit comments