there's way too many examples #899
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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