You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensuring process.env.NODE_ENV is always properly set (#246) (fca5a0e)
Ensuring react and react-dom are not included as external dependencies (#247) (d2433f6)
Features
Implement dotenv-expand.This allows us to expand env variables into dotenv files.For example, to get read the environment variable npm_package_version (#238) (8b01224)