Closed jbpenrath closed 1 year ago
I also have this problem -- ci jobs timeout, and i can't get eslint to finish on my local machine either. it seems the .5 release includes changes in dependencies that are hotspots for perf regressions. I don't think its lodash.get
but maybe deep-equal
or resolve
?
I hope this is also helpful. this is a devtools perf log: it seems like its scanning directories over and over:
Hmm, that’s likely due to the isEqual caching. I’ll take a look today.
v0.13.6 is published; please let me know if that fixes the performance problems or not.
v0.13.6
works for me. thanks @ljharb !
Thanks @ljharb, indeed it is much better (~27s)
Purpose
I recently update the package
eslint-import-resolver-webpack
to version0.13.5
. After some tests, it appears this upgrade introduces severe performance issues.Resources
My eslint configuration