Skip to content

Commit 366a4bb

Browse files
lexunbmatto
authored andcommitted
Don't open the browser automatically on start
1 parent 6bdd4cd commit 366a4bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-scripts/scripts/start.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@ function runDevServer(host, port, protocol) {
250250

251251
clearConsole();
252252
console.log(chalk.cyan('Starting the development server...'));
253-
console.log();
254-
openBrowser(protocol + '://' + host + ':' + port + '/');
255253
});
256254
}
257255

0 commit comments

Comments
 (0)