Commit 1f455542 authored by Mike Greiling's avatar Mike Greiling

expire all webpack assets by altering filename postfix

parent 8943e22c
......@@ -42,7 +42,7 @@ var config = {
output: {
path: path.join(ROOT_PATH, 'public/assets/webpack'),
publicPath: '/assets/webpack/',
filename: IS_PRODUCTION ? '[name]-[chunkhash].js' : '[name].js'
filename: IS_PRODUCTION ? '[name]-[chunkhash]-v2.js' : '[name].js'
},
devtool: 'inline-source-map',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment