Revision 8f64121737b5e0eca8ab2ca09b2c7fe55a3a23f1 authored by Nishan Bende on 09 November 2021, 10:51:32 UTC, committed by Nishan Bende on 09 November 2021, 10:51:32 UTC
2 parent s 1368b2c + 4b934a6
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