Add contenthash to chunk filename
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -10,7 +10,8 @@ module.exports = {
|
||||
filename: '[name].js',
|
||||
path: __dirname + '/js',
|
||||
publicPath: '/js/',
|
||||
jsonpFunction: 'webpackJsonpOCADeck'
|
||||
jsonpFunction: 'webpackJsonpOCADeck',
|
||||
chunkFilename: '[name].js?v=[contenthash]',
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
||||
Reference in New Issue
Block a user