zappyzep/dashboard/.babelrc

8 lines
120 B
Text

{
"plugins": [
["transform-runtime", {
"regenerator": true
}],
"transform-object-rest-spread"
]
}