fixed webpack publicPath

This commit is contained in:
Sebastian Frank 2017-08-31 22:59:36 +02:00
parent b0102178fc
commit bf92d60f61
No known key found for this signature in database
GPG Key ID: DC2BC5C506EBF6F3

View File

@ -42,7 +42,7 @@ module.exports = {
devtool: 'source-map',
output: {
path: exportPath,
publicPath: '/build',
publicPath: '/build/',
filename: appName
},
module: {