Files
joshuafhiggins.github.io/themes/LoveIt/.babelrc
2023-04-09 00:19:14 -04:00

11 lines
117 B
Plaintext

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