diff options
author | Vitaly Takmazov | 2017-07-05 06:27:04 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-07-05 06:27:04 +0300 |
commit | ec11f34b6bac8622137b15794ab96d78b266afc8 (patch) | |
tree | 47e54c252be69101b35511806763ad7d42383361 | |
parent | 53d719ddbf38784ccb8862a8c9962fde52c72371 (diff) |
www: temporarily using bundle hash instead of chunk hash
-rw-r--r-- | juick-www/webpack.config.js | 2 |
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: [ |