kitematic/.babelrc

10 строки
125 B
Plaintext

{
"presets": [
"env",
"react"
],
"plugins": [
"transform-runtime",
"transform-async-to-generator"
]
}