htmlawed/.babelrc

5 lines
183 B
Plaintext
Raw Permalink Normal View History

2016-07-05 12:45:22 +03:00
{
2016-10-03 14:06:20 +03:00
"plugins": [ "transform-es2015-destructuring", "transform-object-rest-spread", "transform-es2015-arrow-functions", "transform-es2015-block-scoping" ],
2016-07-05 12:45:22 +03:00
"retainLines": true
}