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
4242 var files = [
4343 path . join ( 'config' , 'babel.dev.js' ) ,
4444 path . join ( 'config' , 'babel.prod.js' ) ,
45+ path . join ( 'config' , 'flow' , 'css.js.flow' ) ,
46+ path . join ( 'config' , 'flow' , 'file.js.flow' ) ,
4547 path . join ( 'config' , 'eslint.js' ) ,
4648 path . join ( 'config' , 'webpack.config.dev.js' ) ,
4749 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
6567
6668 // Copy the files over
6769 fs . mkdirSync ( path . join ( hostPath , 'config' ) ) ;
70+ fs . mkdirSync ( path . join ( hostPath , 'config' , 'flow' ) ) ;
6871 fs . mkdirSync ( path . join ( hostPath , 'scripts' ) ) ;
6972
7073 files . forEach ( function ( file ) {
You can’t perform that action at this time.
0 commit comments