This repository has been archived by the owner on Jan 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 492
Support for fork-ts-checker-webpack-plugin / thread-loader #160
Comments
Since I've had some good experience using
€dit: Besides, this change would superseed PR #140, and even perform way better. |
This was referenced Sep 12, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would you be interested in a PR that adds support for fork-ts-checker-webpack-plugin and thread-loader? I mention it as I'm about to start a new project and was planning to use this as my starting point. For now I'm planning to eject post create to add in fork-ts-checker-webpack-plugin and thread-loader as I like faster builds where possible. But I can see how this might generally be useful to users of this fine project. I'd be happy to submit a PR if that's interesting to you?
https://medium.com/webpack/typescript-webpack-super-pursuit-mode-83cc568dea79
FWIW I think support would simply be added by editing these 3 files:
Also, if you did decide this was interesting it also opens up a choice about tslint. The
fork-ts-checker-webpack-plugin
allows the option to run tslint for you as well as type checking. So you could (if you chose) remove usage of tslint-loader and just havefork-ts-checker-webpack-plugin
do that job too. Or not - these are all choices 😄The text was updated successfully, but these errors were encountered: