theinfopunk.com-hugo/themes/terminal/.babelrc

8 lines
110 B
Plaintext
Raw Normal View History

2024-09-21 10:32:06 -04:00
{
"presets": [
["@babel/preset-env", {
"targets": "last 2 versions, >1%, not dead"
}],
],
}