Skip to content

Commit

Permalink
fix: update webpack-serve to not auto open for now to prevent two tab…
Browse files Browse the repository at this point in the history
…s from opening (one for webpack-serve + browsersync); browsersync config updates should still work as expected
  • Loading branch information
bolt-bot committed Jul 12, 2018
1 parent cad0c49 commit 78c69b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/build-tools/tasks/webpack-tasks.js
Expand Up @@ -192,7 +192,8 @@ async function server(buildTime) {
serve({
logTime: false,
logLevel: 'silent',
open: config.openServerAtStart,
// duplicate open tasks from webpack-server + browsersync. -- bs can handle this for now
// open: config.openServerAtStart,
hotClient: {
logLevel: 'silent',
hot: true,
Expand Down

0 comments on commit 78c69b3

Please sign in to comment.