UNPKG
react-native-firebase-for-netmera
Version:
latest (1.0.1)
1.0.1
1.0.0
.
Akifblc/react-native-firebase
react-native-firebase-for-netmera
/
babel.config.js
25 lines
(24 loc)
•
372 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module.exports
=
{
env:
{
development:
{
presets:
[ [
'@invertase/react-native-syntax'
, {
flow:
'comment'
, }, ], ], },
publish:
{
presets:
[ [
'@invertase/react-native-syntax'
, {
flow:
'strip'
, }, ], ], }, }, }
;