mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-23 12:07:26 +08:00
9 lines
126 B
Plaintext
9 lines
126 B
Plaintext
{
|
|
"presets": [
|
|
"react-native"
|
|
],
|
|
"plugins": [
|
|
[ "transform-react-remove-prop-types", { "mode": "wrap" } ]
|
|
]
|
|
}
|