Created by: rreckonerr
Closes https://github.com/facebook/create-react-app/issues/11162
By default env-cmd WILL override the globally defined env vars, which differs from the default dotenv behavior and adds confusion.
Excerpt from dotenv docs
Excerpt from env-cmd docs