Skip to content

Commit c09c146

Browse files
authored
Merge pull request facebook#17 from stereobooster/16-fix-eject
Fix for facebook#16 fix eject script
2 parents 170b4ba + c2a095a commit c09c146

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-scripts/scripts/eject.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ prompt(
3131
var ownPath = path.join(__dirname, '..');
3232
var appPath = path.join(ownPath, '..', '..');
3333
var files = [
34+
path.join('config', 'customizers.js'),
3435
path.join('config', 'env.js'),
36+
path.join('config', 'get-custom-config.js'),
3537
path.join('config', 'paths.js'),
3638
path.join('config', 'polyfills.js'),
3739
path.join('config', 'webpack.config.dev.js'),

0 commit comments

Comments
 (0)