File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aeldar/react-scripts" ,
3
- "version" : " 1.1.4-9 " ,
3
+ "version" : " 1.1.4-10 " ,
4
4
"description" : " Configuration and scripts for Create React App. Modified by @aeldar" ,
5
5
"repository" : " aeldar/create-react-app" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ choosePort(HOST, DEFAULT_PORT)
97
97
clearConsole ( ) ;
98
98
}
99
99
console . log ( chalk . cyan ( 'Starting the development server...\n' ) ) ;
100
- // openBrowser(urls.localUrlForBrowser); // very annoying
100
+ openBrowser ( urls . localUrlForBrowser ) ; // very annoying
101
101
} ) ;
102
102
103
103
[ 'SIGINT' , 'SIGTERM' ] . forEach ( function ( sig ) {
Original file line number Diff line number Diff line change
1
+ 'use strict' ;
2
+
1
3
module . exports = {
2
- start : 'react-scripts start' ,
4
+ start : 'BROWSER=none react-scripts start' ,
3
5
build : 'react-scripts build' ,
4
6
test : 'react-scripts test --env=jsdom' ,
5
7
eject : 'react-scripts eject' ,
You can’t perform that action at this time.
0 commit comments