关闭 create-react-app 自动打开浏览器功能
路径 scripts/start.js
页面搜索 openBrowser
注释
console.log(chalk.cyan('Starting the development server...\n'));
// openBrowser(urls.localUrlForBrowser);
路径 scripts/start.js
页面搜索 openBrowser
注释
console.log(chalk.cyan('Starting the development server...\n'));
// openBrowser(urls.localUrlForBrowser);