joyent-portal/ui/.babelrc

15 lines
236 B
Plaintext

{
"sourceMaps": "both",
"presets": [
"react",
"es2015"
],
"plugins": [
"transform-exponentiation-operator",
"syntax-async-functions",
["transform-object-rest-spread", {
"useBuiltIns": true
}]
]
}