Changed paths to relative instead of absolute in webpack config

This commit is contained in:
Chris
2016-03-29 13:59:01 +02:00
parent f93fa39ebb
commit ce025c4116
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ module.exports = {
output: {
path: path.join(__dirname, '/../dist/assets'),
filename: 'app.js',
publicPath: defaultSettings.publicPath
publicPath: `.${defaultSettings.publicPath}`
},
devServer: {
contentBase: './src/',