Skip to content

Commit a26d26a

Browse files
committed
Use contenthash for JS files
1 parent ada5f0a commit a26d26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const VERSION = require('./package.json').version;
1515
module.exports = (env, argv) => ([{
1616
entry: './src/app/App.ts',
1717
output: {
18-
filename: './js/index.js',
18+
filename: './js/index.[contenthash].js',
1919
path: path.resolve(__dirname, 'build')
2020
},
2121
performance: {

0 commit comments

Comments
 (0)