htmlawed/.babelrc

5 lines
183 B
Plaintext

{
"plugins": [ "transform-es2015-destructuring", "transform-object-rest-spread", "transform-es2015-arrow-functions", "transform-es2015-block-scoping" ],
"retainLines": true
}