v1.0.0
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').