cullmann.io/themes/CodeIT/.babelrc

11 lines
131 B
Text

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