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.
2 parents 170b4ba + c2a095a commit c09c146Copy full SHA for c09c146
packages/react-scripts/scripts/eject.js
@@ -31,7 +31,9 @@ prompt(
31
var ownPath = path.join(__dirname, '..');
32
var appPath = path.join(ownPath, '..', '..');
33
var files = [
34
+ path.join('config', 'customizers.js'),
35
path.join('config', 'env.js'),
36
+ path.join('config', 'get-custom-config.js'),
37
path.join('config', 'paths.js'),
38
path.join('config', 'polyfills.js'),
39
path.join('config', 'webpack.config.dev.js'),
0 commit comments