mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
{
|
|
"plugins": [
|
|
"@babel/plugin-transform-flow-strip-types",
|
|
"@babel/plugin-transform-class-properties",
|
|
"@babel/plugin-transform-nullish-coalescing-operator",
|
|
"@babel/plugin-transform-optional-chaining"
|
|
]
|
|
}
|