Revision da3390f07c651f5f685afd1693245d0bf406e8a3 authored by Suraj Ahmed on 20 September 2021, 07:26:42 UTC, committed by Suraj Ahmed on 20 September 2021, 07:26:42 UTC
1 parent ae905d0
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