From ec11f34b6bac8622137b15794ab96d78b266afc8 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 5 Jul 2017 06:27:04 +0300 Subject: www: temporarily using bundle hash instead of chunk hash --- juick-www/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-www/webpack.config.js') diff --git a/juick-www/webpack.config.js b/juick-www/webpack.config.js index f4e41ecf..20e2c32b 100644 --- a/juick-www/webpack.config.js +++ b/juick-www/webpack.config.js @@ -17,7 +17,7 @@ module.exports = { }, output: { path: __dirname + "/src/main/resources", - filename: "[name].[chunkhash].js" + filename: "[name].[hash].js" }, module: { loaders: [ -- cgit v1.2.3