Created by: rannn505
Since Webpack 5 no longer shims node builtins, the process
global is not defined, causing the "Adding Custom Environment Variables" functionality to be broken.
This PR proposes a minimal fix that doesn't involve any external packages like "process".
I verified the fix by locally modifying packages/react-scripts/config/env.js
file.