Skip to content

v1.0.0

Choose a tag to compare

@tusbar tusbar released this 25 Oct 22:43
· 488 commits to master since this release
v1.0.0
4a5b5db

Fork of babel-plugin-dotenv with the following changes:

  • Get rid of specific environment overrides (.env.development, etc.), you should duplicate the environment variables for each environment.
  • Handle empty environment variables (zetachang/react-native-dotenv#25).
  • Add error for ImportNamespaceSpecifier (import * as env from '@env').