Revision f04dc325350ff8b3e646676d4b7861c8a796d196 authored by Aditya Jamuar on 21 September 2021, 12:59:07 UTC, committed by GitHub on 21 September 2021, 12:59:07 UTC
2 parent s 6fb76f2 + 57c2668
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