From a74555864d8123284392e0c5b1822ae08341328d Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Wed, 21 Feb 2018 19:34:41 +0100 Subject: [PATCH] No more hash (unconsistent for our use) no more need for cleaning each time (when watchmode active) --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 5527c1b..255256e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -43,7 +43,7 @@ module.exports = [ { output: { path: path.resolve(__dirname, './public_html/js/bundle'), publicPath: '/js/bundle/', - filename: 'home@[hash].js' + filename: 'home@0.js' }, module: mod_common, devtool: '#eval-source-map' @@ -55,7 +55,7 @@ module.exports = [ { output: { path: path.resolve(__dirname, './public_html/js/bundle'), publicPath: '/js/bundle/', - filename: 'login@[hash].js' + filename: 'login@0.js' }, module: mod_common, devtool: '#eval-source-map'