remove module.id

This commit is contained in:
Denys Vuika
2016-12-06 17:01:31 +00:00
parent c7167bb812
commit 10423ca985
131 changed files with 32 additions and 142 deletions

View File

@@ -8,7 +8,6 @@ module.exports = webpackMerge(commonConfig, {
output: {
path: helpers.root('dist'),
// publicPath: 'http://localhost:8080/',
publicPath: 'http://localhost:3000/',
filename: '[name].js',
chunkFilename: '[id].chunk.js'