File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ prompt('Are you sure you want to eject? This action is permanent. [y/N]', functi
42
42
var files = [
43
43
path . join ( 'config' , 'babel.dev.js' ) ,
44
44
path . join ( 'config' , 'babel.prod.js' ) ,
45
+ path . join ( 'config' , 'flow' , 'css.js.flow' ) ,
46
+ path . join ( 'config' , 'flow' , 'file.js.flow' ) ,
45
47
path . join ( 'config' , 'eslint.js' ) ,
46
48
path . join ( 'config' , 'webpack.config.dev.js' ) ,
47
49
path . join ( 'config' , 'webpack.config.prod.js' ) ,
@@ -65,6 +67,7 @@ prompt('Are you sure you want to eject? This action is permanent. [y/N]', functi
65
67
66
68
// Copy the files over
67
69
fs . mkdirSync ( path . join ( hostPath , 'config' ) ) ;
70
+ fs . mkdirSync ( path . join ( hostPath , 'config' , 'flow' ) ) ;
68
71
fs . mkdirSync ( path . join ( hostPath , 'scripts' ) ) ;
69
72
70
73
files . forEach ( function ( file ) {
You can’t perform that action at this time.
0 commit comments