You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: