Skip to content

Commit

Permalink
Revert tools/start openBrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Nov 26, 2018
1 parent da0a014 commit cdca34e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const webpack = require('webpack');
const WebpackDevServer = require('webpack-dev-server');
const clearConsole = require('react-dev-utils/clearConsole');
const checkRequiredFiles = require('react-dev-utils/checkRequiredFiles');
const openBrowser = require('react-dev-utils/openBrowser');
const {
choosePort,
createCompiler,
Expand Down Expand Up @@ -91,6 +92,7 @@ choosePort(HOST, DEFAULT_PORT)
}

console.log(chalk.cyan('Starting the development server...'));
openBrowser(urls.localUrlForBrowser);
});

['SIGINT', 'SIGTERM'].forEach(function(sig) {
Expand Down

0 comments on commit cdca34e

Please sign in to comment.