Allow relative paths for assets in local webpack config

This commit is contained in:
David Kaltschmidt
2016-12-08 16:29:25 +01:00
parent 90c29f249d
commit 5687054126

View File

@@ -45,7 +45,7 @@ module.exports = {
// Used by Webpack Dev Middleware
output: {
publicPath: '/',
publicPath: '',
path: '/',
filename: '[name].js'
},