No more hash (unconsistent for our use) no more need for cleaning each time (when watchmode active)
This commit is contained in:
parent
ec88f34d6a
commit
a74555864d
|
@ -43,7 +43,7 @@ module.exports = [ {
|
||||||
output: {
|
output: {
|
||||||
path: path.resolve(__dirname, './public_html/js/bundle'),
|
path: path.resolve(__dirname, './public_html/js/bundle'),
|
||||||
publicPath: '/js/bundle/',
|
publicPath: '/js/bundle/',
|
||||||
filename: 'home@[hash].js'
|
filename: 'home@0.js'
|
||||||
},
|
},
|
||||||
module: mod_common,
|
module: mod_common,
|
||||||
devtool: '#eval-source-map'
|
devtool: '#eval-source-map'
|
||||||
|
@ -55,7 +55,7 @@ module.exports = [ {
|
||||||
output: {
|
output: {
|
||||||
path: path.resolve(__dirname, './public_html/js/bundle'),
|
path: path.resolve(__dirname, './public_html/js/bundle'),
|
||||||
publicPath: '/js/bundle/',
|
publicPath: '/js/bundle/',
|
||||||
filename: 'login@[hash].js'
|
filename: 'login@0.js'
|
||||||
},
|
},
|
||||||
module: mod_common,
|
module: mod_common,
|
||||||
devtool: '#eval-source-map'
|
devtool: '#eval-source-map'
|
||||||
|
|
Loading…
Reference in New Issue