You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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 :)
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?
The text was updated successfully, but these errors were encountered: