metro/.babelrc

12 lines
263 B
Plaintext
Raw Normal View History

2017-01-26 12:56:40 +00:00
{
"plugins": [
"syntax-trailing-function-commas",
2017-02-23 16:11:05 +00:00
"transform-async-to-generator",
2017-01-26 12:56:40 +00:00
"transform-es2015-destructuring",
"transform-es2015-parameters",
2017-02-23 16:11:05 +00:00
"transform-flow-strip-types",
"transform-object-rest-spread"
2017-01-26 12:56:40 +00:00
],
"retainLines": true
}