Adjusted the publicPath property.
This commit is contained in:
parent
13e6f6603e
commit
06ed0eb2dd
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module.exports = webpackMerge(commonConfig, {
|
|||
|
||||
output: {
|
||||
path: helpers.root('dist'),
|
||||
publicPath: '/',
|
||||
publicPath: '',
|
||||
filename: '[name].[hash].js',
|
||||
chunkFilename: '[id].[hash].chunk.js'
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue