-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
variances in typescript checking times #38
Labels
question
Further information is requested
Comments
I get results very similar to yours: Craco only, no es-build
Craco with es-build
So I went from modules with no loaders took 6.94 secs to modules with no loaders took 20.96 secs I'm wondering if the issue wouldn't be caused by the fact that we fail to exclude node_modules or something like that. |
I'm bumping this as I encountered the same problem as @pollen8 .. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I've only started playing with craco and this plugin tonight, so I may well be missing something pretty obvious.
We have a large CRA typescript project which I'm experimenting with. The craco.config.js looks as follows:
If I disable CracoEsbuildPlugin and run
I get the following
with CracoEsbuildPlugin enabled I'm seeing
so whilst esbuild is quiker (yay!) ForkTsCheckerWebpackPlugin is approx 3 times longer and modules with no loaders twice as long
I'm stumped as to why I'm seeing such a difference here - does anyone have any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: