summaryrefslogtreecommitdiff
path: root/babel.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js11
1 files changed, 1 insertions, 10 deletions
diff --git a/babel.config.js b/babel.config.js
index 8bcefc5..9ecdc7a 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -2,15 +2,6 @@ module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
- plugins: [
- ["module:react-native-dotenv", {
- "envName": "APP_ENV",
- "moduleName": "@env",
- "path": ".env",
- "safe": false,
- "allowUndefined": true,
- "verbose": false
- }]
- ]
+ plugins: []
};
};