Skip to content

Commit

Permalink
fix(build): stop browser from opened automatically
Browse files Browse the repository at this point in the history
Closes DCOS-21846
  • Loading branch information
Bill Stavroulakis authored and Julian committed Mar 29, 2018
1 parent 71a2651 commit 7301c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
devServer: {
// TODO: https://webpack.js.org/configuration/dev-server/#devserver-hot
contentBase: path.join(__dirname, "../dist"),
open: true,
open: false,
overlay: true,
port: 4200,
proxy: require("./proxy.dev.js")
Expand Down

0 comments on commit 7301c95

Please sign in to comment.