joyent-portal/ui/.babelrc
Sérgio Ramos 0fc136c6ae use styled-components@2
and updated all other dependencies
2017-02-06 14:52:16 +00:00

16 lines
261 B
Plaintext

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