-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
WDS significant increase in recompile time after migrating from eslint-loader #20
Comments
Feel free to send a fix, I think we need clean something |
Hi @tpettrov |
Hi @ricardogobbosouza |
I also tried turning |
Same, turning lintDirtyModulesOnly on but it failed detecting changes |
@ricardogobbosouza |
Hi @vegerot, @CarlosAzocar, @elisherer |
@ricardogobbosouza thanks! Looks like the overhead should be must smaller now. As someone that's a little bit anal about compile times, I do still wish this could be done async (like TypeScript). But this should make it much more bearable |
After migrating from eslint-loader and updating eslint to v7 WDS recompile time increased abnormal.
Expected Behavior
Recompile time stays normal.
Actual Behavior
Recompile time increased significantly from 1-3 seconds to around 10.
The text was updated successfully, but these errors were encountered: