dilanx / craco

Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.
https://craco.js.org
Apache License 2.0
7.43k stars 499 forks source link

Build too slow #448

Closed shlomi11 closed 2 years ago

shlomi11 commented 2 years ago

Hello everyone,

The build process can take 4-5 minutes, In our production ci/cd it might be a problem and we need to make it shorter. I have searched for this issue without any results, if anyone know about some solution/advice it will be great.

Thanks

dilanx commented 2 years ago

Are you sure this is an issue with craco? It shouldn't affect the build time since it just quickly injects configuration and then runs the normal CRA build process. Could you share your craco config?