electronjs.org-old/.babelrc

11 строки
117 B
Plaintext

{
"presets": [
[
"@babel/preset-env",
{
"targets": "> 0.25%, not dead"
}
]
]
}