Allow .env.
file for environments other than 'production' or 'development'
#526
Labels
.env.
file for environments other than 'production' or 'development'
#526
Ran into this while trying to create a
.env.staging.local
file, and having.env.development.local
loaded, ignoring myNODE_ENV=staging
override.razzle/packages/razzle/config/createConfig.js
Line 62 in b6d3c35
I'd like to be able to set the
NODE_ENV
environment variable to any value, and have the.env
files for that environment be usable. It seems like removing the linked line would allow this.The text was updated successfully, but these errors were encountered: