surfingkeys-conf/.babelrc

10 lines
141 B
Plaintext
Raw Normal View History

2019-03-07 22:13:49 +00:00
{
"plugins": [
["transform-runtime",
{
"polyfill": false,
"regenerator": true
}]
]
}