File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-workspaces/react-scripts" ,
3
- <<<<<<< HEAD
4
3
"version" : " 3.3.0-alpha-08" ,
5
- =======
6
- "version" : " 3.0.0-alpha-04" ,
7
- >>>>>>> Remove duplicates from babel-load dependency array.
8
- "description" : " Configuration and scripts for Create React App." ,
4
+ "description" : " React + Yarn Workspaces Configuration and scripts for Create React App." ,
9
5
"repository" : {
10
6
"type" : " git" ,
11
7
"url" : " https://github.com/react-workspaces/create-react-app.git" ,
Original file line number Diff line number Diff line change @@ -164,14 +164,14 @@ checkBrowsers(paths.appPath, isInteractive)
164
164
process . exit ( ) ;
165
165
} ) ;
166
166
} ) ;
167
-
167
+
168
168
// We need this to close the WebPack Server
169
169
// Thanks @1player! https://github.com/facebook/create-react-app/issues/1753#issuecomment-329972786
170
- process . stdin . on ( ' end' , function ( ) {
170
+ process . stdin . on ( " end" , function ( ) {
171
171
devServer . close ( ) ;
172
172
process . exit ( ) ;
173
173
} ) ;
174
-
174
+
175
175
process . stdin . resume ( ) ;
176
176
} )
177
177
. catch ( err => {
You can’t perform that action at this time.
0 commit comments