Massive/babel.config.js

10 lines
236 B
JavaScript
Raw Normal View History

2022-06-30 06:50:52 +00:00
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
2022-07-03 01:50:01 +00:00
plugins: ['react-native-reanimated/plugin', 'react-native-paper/babel'],
2022-07-09 00:49:07 +00:00
env: {
production: {
plugins: ['transform-remove-console'],
},
},
2022-06-30 06:50:52 +00:00
};