cullmann.io/themes/LoveIt/.babelrc

12 lines
131 B
Plaintext
Raw Normal View History

2021-02-18 21:44:01 +01:00
{
"presets": [
[
"@babel/preset-env",
{
"targets": "> 0.25%, not dead"
}
],
"minify"
]
}