Fix for publicPath

This commit is contained in:
Ben Word
2017-01-11 12:50:38 -07:00
parent 6240a839f7
commit 417ce46654

View File

@@ -16,7 +16,7 @@ module.exports = {
new webpack.NoErrorsPlugin(),
new BrowserSyncPlugin({
target: config.devUrl,
publicPath: '../',
publicPath: config.publicPath,
proxyUrl: config.proxyUrl,
watch: config.watch,
}),