Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c2a095a

Browse filesBrowse files
committed
Fix for kitze#16 fix eject script
1 parent 170b4ba commit c2a095a
Copy full SHA for c2a095a

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

‎packages/react-scripts/scripts/eject.js

Copy file name to clipboardExpand all lines: packages/react-scripts/scripts/eject.js
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.