Pass config.open to browsersync-webpack-plugin
This commit is contained in:
@@ -26,6 +26,7 @@ module.exports = {
|
||||
new webpack.NoEmitOnErrorsPlugin(),
|
||||
new BrowserSyncPlugin({
|
||||
target,
|
||||
open: config.open,
|
||||
proxyUrl: config.proxyUrl,
|
||||
watch: config.watch,
|
||||
delay: 500,
|
||||
|
||||
Reference in New Issue
Block a user