1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-16 07:28:25 +02:00
cheatsheets/.babelrc
2020-06-14 22:21:27 +10:00

12 lines
136 B
Plaintext

{
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "entry",
"targets": "> 2%"
}
]
]
}