facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.82k stars 26.87k forks source link

typscript incremental builds? #10969

Open rhyek opened 3 years ago

rhyek commented 3 years ago

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.

stale[bot] commented 3 years ago

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.