Adjusted the publicPath property.

This commit is contained in:
Manuel Friedli 2017-03-14 21:33:30 +01:00
parent 13e6f6603e
commit 06ed0eb2dd

View file

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