mirror of https://github.com/status-im/metro.git
20 lines
412 B
Plaintext
20 lines
412 B
Plaintext
{
|
|
"plugins": [
|
|
"syntax-trailing-function-commas",
|
|
"transform-async-to-generator",
|
|
"transform-class-properties",
|
|
"transform-es2015-destructuring",
|
|
"transform-es2015-parameters",
|
|
"transform-flow-strip-types",
|
|
"transform-object-rest-spread"
|
|
],
|
|
"retainLines": true,
|
|
"env": {
|
|
"test": {
|
|
"plugins": [
|
|
"babel-preset-fbjs/plugins/inline-requires"
|
|
]
|
|
}
|
|
}
|
|
}
|