1
0
Fork 0
mirror of https://github.com/panr/hugo-theme-terminal.git synced 2025-03-15 02:39:06 +03:00
hugo-theme-terminal/.babelrc

8 lines
110 B
Text
Raw Permalink Normal View History

2019-01-28 01:11:02 +01:00
{
"presets": [
["@babel/preset-env", {
"targets": "last 2 versions, >1%, not dead"
}],
],
}