How to load custom process environment .ENV variables in webpack with craco (Create React App Configuration Override)
Nov 17, 2022 · 2 min read · 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 ...
WJosé commented
