Skip to content
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

.eslintcache constantly generated and create-react-app has fix similar promblem #532

Closed
anitakym opened this issue Apr 15, 2021 · 2 comments

Comments

@anitakym
Copy link

when use react-app-rewired, .eslintcache constantly generated(hurdle to debug and should be in node_moules and be ignored)

create-react-app has fixed this problem

they Move ESLint cache file into node_modules

see: facebook/create-react-app#9977

@dawnmist
Copy link
Collaborator

dawnmist commented Apr 15, 2021

That should flow directly through when you update to the new version of react-scripts.

We actually use the definitions provided by react-scripts as the default config. The fix in the referenced pull request was to modify the webpack config - which means that when using react-app-rewired with their modified version of react-scripts you'll get that config modification as part of the default config.

@anitakym
Copy link
Author

thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants