2017-02-14 16:02:54 +00:00
|
|
|
{
|
2017-11-17 16:17:27 +00:00
|
|
|
"env": {
|
|
|
|
"development": {
|
|
|
|
"presets": ["react-native"],
|
|
|
|
"plugins": [
|
|
|
|
"transform-flow-strip-types"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"publish": {
|
2018-08-05 01:23:09 +00:00
|
|
|
"presets": ["@invertase/react-native-syntax"],
|
2017-11-17 16:17:27 +00:00
|
|
|
"plugins": [
|
|
|
|
"transform-flow-strip-types"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2017-02-14 16:02:54 +00:00
|
|
|
}
|