Skip to content
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

utilize ts 3.4 build cache to improve startup time #238

Closed
kelly-tock opened this issue Mar 31, 2019 · 4 comments
Closed

utilize ts 3.4 build cache to improve startup time #238

kelly-tock opened this issue Mar 31, 2019 · 4 comments

Comments

@kelly-tock
Copy link

TS 3.4 just came out, and i'm wondering if it is possible to use this to speed things up?

I have set the incremental flag in my tsconfig, but don't see the build info being generated when going through webpack, only through the tsc command.

is it possible to utilize this within the context of this plugin?

@johnnyreilly
Copy link
Member

It's possible changes may need to be made to accommodate this. We're open to PRs on that front. This may be useful context: TypeStrong/ts-loader#913

@Bessonov
Copy link

Bessonov commented Mar 8, 2020

@johnnyreilly linked issue seem to be resolved. Any news on this one?

@johnnyreilly
Copy link
Member

I'm not working on this myself; I'm not sure if anyone else is

@piotr-oles piotr-oles mentioned this issue Apr 18, 2020
26 tasks
@piotr-oles
Copy link
Collaborator

@kelly-tock , @Bessonov
Please try fork-ts-checker-webpack-plugin@alpha - I've published a new version which supports incremental building 🚀(note that it won't generate .tsbuildinfo file but will consume it if present)
I will close this issue to clean-up the backlog :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants