Disable multiple file hashing on index.html

This commit is contained in:
SleepWalker 2016-10-25 09:34:41 +03:00
parent 28ce3e4b70
commit 200a1f339f

View File

@ -112,7 +112,7 @@ var webpackConfig = {
new HtmlWebpackPlugin({
template: 'src/index.ejs',
favicon: 'src/favicon.ico',
hash: isProduction,
hash: false, // webpack does this for all our assets automagically
filename: 'index.html',
inject: false,
minify: {