Craco not supporting react-scripts v. 5 - alternatives?
Asked Answered
M

1

10

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?

Marine answered 25/4, 2022 at 21:0 Comment(1)
CRACO is back! maybe github.com/dilanx/craco/issues/426Prink
A
1

Its better to migrate to vite since 'CreateReactApp' along with react-scripts itself is dead and not even supported by React now.

No need to use tools like Craco with vite.

Angst answered 18/1 at 5:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.