2
0
mirror of synced 2025-01-09 13:45:50 +00:00
react-native-firebase/babel.config.js

25 lines
372 B
JavaScript

module.exports = {
env: {
development: {
presets: [
[
'@invertase/react-native-syntax',
{
flow: 'comment',
},
],
],
},
publish: {
presets: [
[
'@invertase/react-native-syntax',
{
flow: 'strip',
},
],
],
},
},
};