Is your proposal related to a problem?
Yes, building react app is very slow for our company
Describe the solution you'd like
In the webpack config we use cacheDirectory for babel-loader, I think it would be faster to set it true only if not running in CI - which as far as I know doesn't need faster rebuild as it only build once...
https://github.com/facebook/create-react-app/blob/fd8c5f7b1b1d19d10d24cc2f9fdfc110585dc030/packages/react-scripts/config/webpack.config.js#L455-L458
WDYT?
Is your proposal related to a problem?
Yes, building react app is very slow for our company
Describe the solution you'd like
In the webpack config we use
cacheDirectoryforbabel-loader, I think it would be faster to set it true only if not running in CI - which as far as I know doesn't need faster rebuild as it only build once...https://github.com/facebook/create-react-app/blob/fd8c5f7b1b1d19d10d24cc2f9fdfc110585dc030/packages/react-scripts/config/webpack.config.js#L455-L458
WDYT?