Created by: GreenGremlin
Browserslist allows for setting browserslist config using environment variables, but CRA still prompts for setting browserslist config when it is already configured for the environment.
For example, running this currently results in CRA improperly detecting that browserslist is not configured, even though it is.
BROWSERSLIST="> 5%" npm run build