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 then open ...