Files
atom/static/babelrc.json

12 lines
247 B
JSON

{
"sourceMap": "inline",
"plugins": [
"add-module-exports",
"transform-async-to-generator",
"transform-es2015-modules-commonjs",
"transform-flow-strip-types",
"transform-object-rest-spread",
"transform-react-jsx"
]
}