From 200a1f339fd7a8ecb9d861916eeef7855633ad8e Mon Sep 17 00:00:00 2001 From: SleepWalker Date: Tue, 25 Oct 2016 09:34:41 +0300 Subject: [PATCH] Disable multiple file hashing on index.html --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index ff0f235..2fa1959 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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: {