aboutsummaryrefslogtreecommitdiff
path: root/juick-www/webpack.config.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-07-05 06:27:04 +0300
committerGravatar Vitaly Takmazov2017-07-05 06:27:04 +0300
commitec11f34b6bac8622137b15794ab96d78b266afc8 (patch)
tree47e54c252be69101b35511806763ad7d42383361 /juick-www/webpack.config.js
parent53d719ddbf38784ccb8862a8c9962fde52c72371 (diff)
www: temporarily using bundle hash instead of chunk hash
Diffstat (limited to 'juick-www/webpack.config.js')
-rw-r--r--juick-www/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
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: [