likeopera-frontend/.babelrc

15 lines
418 B
Plaintext

{
"plugins": [
"check-es2015-constants",
"transform-es2015-arrow-functions",
"transform-es2015-block-scoping",
"transform-es2015-classes",
"transform-es2015-computed-properties",
"transform-es2015-destructuring",
"transform-es2015-shorthand-properties",
"transform-object-rest-spread",
"transform-react-jsx",
],
"retainLines": true
}