next try with public path

This commit is contained in:
Sebastian Frank 2017-08-31 23:04:54 +02:00
parent bf92d60f61
commit 391daad693
No known key found for this signature in database
GPG Key ID: DC2BC5C506EBF6F3

View File

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