© 2023 Hashnode
#craco
A short view back to the past create-react-app in 2017 (its v1 release) was this cool kid in around the block. We finally had a go-to way to start a react project that you couldn't go wrong with. But …
When you're using craco, and you need to specify different .env files with different .env variables, you'll need to override some webpack configs. We'll be using 4 .env files: .env.local .env.development .env.staging .env.production We'll t…