-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resolveOwn in config/paths.js is undefined after running eject #973
Comments
I think we need to move this line at the end of the file. Would you like to send a PR? |
@gaearon I'm doing this ;) |
Probably means the create-react-app test suite should run the linter on a freshly ejected app. |
@timoxley Send a PR? |
Fixed via #978. |
Does it mean that, without having the fix applied, we can safely remove the part that uses resolveOwn from the ejected
|
Yes |
I ran
npm run eject
and looked at config/paths.js to find linting errors aboutresolveOwn
being undefinedThe text was updated successfully, but these errors were encountered: