diff --git a/frontend/babel.config.js b/frontend/babel.config.js index a8871e20..7a96a81a 100644 --- a/frontend/babel.config.js +++ b/frontend/babel.config.js @@ -11,6 +11,12 @@ module.exports = function (api) { ], plugins: [ '@babel/plugin-transform-class-static-block', + ['module:react-native-dotenv', { + moduleName: '@env', + path: '.env', + safe: false, + allowUndefined: true + }] ], }; };