We're hoping to get our projects using react-scripts v 5, and based on recent comments from the maintainers of craco, a new version with support for the newest version of CRA won't be coming soon (except in the alpha version), if at all.
Our craco.config isn't doing that much heavy lifting - we use it to have webpack ignore config files, limit timezone data used by moment, and transpile .less files for antd (we don't plan on using antd forever, but for now we have some of their components in our app).
I'm curious, what are other people doing now that craco is going the way of the Italian town?