-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
there's way too many examples #899
Conversation
… feature/simplify-examples
… feature/simplify-examples
About the |
It predates the The
They're different things - one for the loader and one for the type checker. I'd only bother with the plugin option myself.
It's not used in the case of the incremental API; if supplied it is ignored. |
Thank you for the explanation! |
These missing examples were removed in PR TypeStrong#899.
These missing examples were removed in PR #899.
look to remove most of them in order to make getting started less daunting. Fixes #888
@kenotron I believe that the
fork-ts-checker-webpack-plugin
example in this PR may actually be better for incremental builds than your ownfast-incremental-builds
as it uses the new watch API. I'd like to consolidate the two examples into one really. I'd appreciate your help if you can advise?Side note: @kenotron - I think that you might want to check out the
useTypescriptIncrementalApi
feature offork-ts-checker-webpack-plugin
for the improvement to your own dev workflow it can offer.Details here: https://blog.johnnyreilly.com/2019/01/typescript-and-webpack-watch-it.html
See also: TypeStrong/fork-ts-checker-webpack-plugin#198