hotfix: webpack prod config publicPath

This commit is contained in:
George Lima 2019-01-03 14:19:09 -03:00
parent e432178d16
commit 734ed94cfb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module.exports = {
path: outputPath,
filename: 'bundle.js',
chunkFilename: '[name].chunk.js',
publicPath: '/',
publicPath: './',
},
...mainWebpack,
};