Revision 2f0b5fd1e648d098995317f50443fa8306f439d9 authored by Suraj Ahmed on 05 April 2022, 05:56:04 UTC, committed by Suraj Ahmed on 05 April 2022, 05:56:04 UTC
2 parent s 2543402 + b2981c1
Raw File
babel.config.js
module.exports = {
  presets: ['module:metro-react-native-babel-preset'],
  plugins:
    process.env.NODE_ENV === 'production' ? ['transform-remove-console'] : [],
};
back to top