Revision 6ab8cc1135e01799310a7594c536f1ea4d4b77d3 authored by Rohit Singh on 20 May 2022, 10:42:45 UTC, committed by GitHub on 20 May 2022, 10:42:45 UTC
2 parent s baee8ce + 1032cb1
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