Revision 4589cb336c4ab8808fe2351c9741018cb55c415d authored by ankit-tailor on 12 October 2022, 09:59:25 UTC, committed by ankit-tailor on 12 October 2022, 09:59:25 UTC
1 parent 5f85325
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