Open
Description
What problem does this feature solve?
Faster feedback from the TypeScript compiler.
What does the proposed API look like?
This isn't a bug report - more a heads up. There's a new feature been added to the fork-ts-checker-webpack-plugin
(which I believe CRA uses for TypeScript builds). This feature speeds up incremental compilation.
More details can be found here:
https://blog.johnnyreilly.com/2019/01/typescript-and-webpack-watch-it.html
Would you consider upgrading to this for the performance improvement?
See also: TypeStrong/fork-ts-checker-webpack-plugin#198
And: TypeStrong/fork-ts-checker-webpack-plugin#196