Uh oh!
There was an error while loading. Please reload this page.
fix: remove generating .eslintcache - #10177
Conversation
fixesreact#10161 No need to generate eslint cache due to performance boost gained in eslint-webpack-plugin 2.4.1
ianschmitz
commented
Dec 2, 2020
I'm probably missing some context here, but what does disable the cache improve? |
falinsky
commented
Dec 2, 2020
The cache was enabled in #9911 in order to improve recompilation time slowness. It turned out that after enabling it - file However, |
ianschmitz
commented
Dec 8, 2020
edksam
commented
Dec 23, 2020
This fix doesn't work please. And this is slowing down development for us rookies and it's giving me and my team no joy. A lot of data in terms of frustrations going on web now. I really don't see the need for caching in development and as a noob.. |
falinsky
commented
Dec 23, 2020
@ianschmitz reopening this pull-request due to an increasing amount of complaints regarding having eslint caching enabled (#10161) |
cruzzil
commented
Jan 15, 2021
Cache enabled causes serving old data: #10301 |
mcchong
commented
Jan 20, 2021
Hey hope this makes the next release. I keep running into the above issue where .eslintcache gets stale and the dev server needs to be restarted. It's a bit of a killer. |
iansu
commented
May 26, 2021
This has been addressed in #10177. The cache directory has been moved into node_modules. |
fixes#10161
No need to generate eslint cache due to performance boost
gained in eslint-webpack-plugin 2.4.1
Pull-request where eslint cache generation was enabled: #9911
Following discussion about performance boost: #9886
Version of eslint-webpack-plugin with recompiling performance improvements: https://github.com/webpack-contrib/eslint-webpack-plugin/releases/tag/v2.4.1