mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 04:25:34 +08:00
18 lines
244 B
Plaintext
18 lines
244 B
Plaintext
{
|
|
"presets": [
|
|
"babel-preset-expo"
|
|
],
|
|
"env": {
|
|
"development": {
|
|
"plugins": [
|
|
"transform-react-jsx-source"
|
|
],
|
|
},
|
|
"production": {
|
|
"plugins": [
|
|
"transform-remove-console"
|
|
]
|
|
}
|
|
}
|
|
}
|