DEV Community

Discussion on: Managing .env variables for provisional builds with Create React App

Collapse
 
donghyukjacobjang profile image
Donghyuk (Jacob) Jang • Edited

There was env-cmd version update and it required a parameter to point a custom env file, As @foxbit19 discovered.
CRA template with env-cmd example is available at github.com/DonghyukJacobJang/cra-e... .
Thank you so much @sushantraje2000