Adjusted the publicPath property.

This commit is contained in:
Manuel Friedli 2017-03-14 21:33:30 +01:00
parent 13e6f6603e
commit 06ed0eb2dd
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module.exports = webpackMerge(commonConfig, {
output: {
path: helpers.root('dist'),
publicPath: '/',
publicPath: '',
filename: '[name].[hash].js',
chunkFilename: '[id].[hash].chunk.js'
},