We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d4da6 commit f54c9d8Copy full SHA for f54c9d8
packages/react-scripts/scripts/eject.js
@@ -62,7 +62,6 @@ prompt(
62
63
// Copy the files over
64
fs.mkdirSync(path.join(appPath, 'config'));
65
- fs.mkdirSync(path.join(appPath, 'config', 'flow'));
66
fs.mkdirSync(path.join(appPath, 'config', 'jest'));
67
fs.mkdirSync(path.join(appPath, 'scripts'));
68
fs.mkdirSync(path.join(appPath, 'scripts', 'utils'));
0 commit comments