mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 03:59:18 +08:00
17 lines
275 B
Plaintext
17 lines
275 B
Plaintext
{
|
|
"env": {
|
|
"development": {
|
|
"presets": ["react-native"],
|
|
"plugins": [
|
|
"transform-flow-strip-types"
|
|
]
|
|
},
|
|
"publish": {
|
|
"presets": ["react-native-syntax"],
|
|
"plugins": [
|
|
"transform-flow-strip-types"
|
|
]
|
|
}
|
|
}
|
|
}
|