No more hash (unconsistent for our use) no more need for cleaning each time (when watchmode active)

This commit is contained in:
xdrm-brackets 2018-02-21 19:34:41 +01:00
parent ec88f34d6a
commit a74555864d
1 changed files with 2 additions and 2 deletions

View File

@ -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'