Created by: purelledhand
As the project's scale is getting bigger, the incremental parsing time increases exponentially.
not only build script, but also every time I run script yarn start
, the incremental parsing time cost.
It is very uncomfortable when I develop.
and so many people use customized-cra
to disable TS incremental option in fork-ts-checker-webpack-plugin
so I suggest that add advanced configuration with env DISABLE_TS_INCREMENTAL_BUILD
reference: https://create-react-app.dev/docs/advanced-configuration