diff --git a/client/babel.config.js b/client/babel.config.js index 4635f17..f2de1eb 100644 --- a/client/babel.config.js +++ b/client/babel.config.js @@ -2,10 +2,5 @@ module.exports = function(api) { api.cache(true); return { presets: ['babel-preset-expo'], - env: { - production: { - plugins: ['react-native-paper/babel'], - }, - }, } }