2
0
mirror of synced 2025-01-09 21:56:15 +00:00
react-native-firebase/babel.config.js

25 lines
372 B
JavaScript
Raw Normal View History

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