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-pluginexample in this PR may actually be better for incremental builds than your ownfast-incremental-buildsas 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
useTypescriptIncrementalApifeature offork-ts-checker-webpack-pluginfor 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