zetachang / react-native-dotenv

A Babel preset let you import application configs from .env file (zero runtime dependency)
MIT License
915 stars 68 forks source link

Extra path option to configDir. Useful to work with yarn workspaces #72

Open hdwilber opened 4 years ago

hdwilber commented 4 years ago

When I was working in a monorepo, It was looking for dotenv files in the root of the repository. So, this helps to append an extraPath to find dotenv files.

goatandsheep commented 4 years ago

There's a new repo and package babel-plugin-dotenv-import. Please reopen in the new repo