-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
[Next 9.0.0] How to disable ForkTsCheckerWebpackPlugin? #7809
Comments
Not currently -- you cannot disable Do note type checking happens in the background so it does not affect the reload/rebuild speed of your project. If you're finding yourself constantly hitting typescript errors maybe try using |
@Timer have the same request. For me ts checking plugin eats too much memory and CPU on every hot reload, and I still have editor typescript checker, so I don't need another one. An option to disable |
You can find a workaround in #7687 (comment) I also hope that an official option will be possible in future. |
Please see #8331. |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Is it supported?
The text was updated successfully, but these errors were encountered: