What is the status of CRA with TypeScript support for incremental builds? I did a couple of tests without changing much aside from setting incremental and outDir in my tsconfig.json, but they seem to have no effect.
Seeing as how both snowpack and vitejs promise greatly faster start times during development, I think supporting incremental would go a long way in keeping CRA up to par somewhat (potentially?) in terms of speed.
I've read at least one issue recommending the use of something like CRACO to configure fork-ts-checker-webpack-plugin (alas no examples), but I think this is way more work than should be required for something that the ts compiler supports with a flag.
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.
What is the status of CRA with TypeScript support for
incremental
builds? I did a couple of tests without changing much aside from settingincremental
andoutDir
in my tsconfig.json, but they seem to have no effect.Seeing as how both snowpack and vitejs promise greatly faster start times during development, I think supporting
incremental
would go a long way in keeping CRA up to par somewhat (potentially?) in terms of speed.I've read at least one issue recommending the use of something like CRACO to configure fork-ts-checker-webpack-plugin (alas no examples), but I think this is way more work than should be required for something that the ts compiler supports with a flag.