www-jmbit-de/themes/hugo-theme-terminal/.babelrc
Johannes Bülow 262e804243
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
moved theme into main tree
2023-08-03 11:21:34 +02:00

7 lines
110 B
Text

{
"presets": [
["@babel/preset-env", {
"targets": "last 2 versions, >1%, not dead"
}],
],
}