surfingkeys-conf/.babelrc

10 lines
141 B
Plaintext

{
"plugins": [
["transform-runtime",
{
"polyfill": false,
"regenerator": true
}]
]
}