Fix for publicPath
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = {
|
|||||||
new webpack.NoErrorsPlugin(),
|
new webpack.NoErrorsPlugin(),
|
||||||
new BrowserSyncPlugin({
|
new BrowserSyncPlugin({
|
||||||
target: config.devUrl,
|
target: config.devUrl,
|
||||||
publicPath: '../',
|
publicPath: config.publicPath,
|
||||||
proxyUrl: config.proxyUrl,
|
proxyUrl: config.proxyUrl,
|
||||||
watch: config.watch,
|
watch: config.watch,
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user