itsonus-blog/babel.config.json

11 lines
129 B
JSON
Raw Normal View History

2022-10-18 13:05:11 +00:00
{
"presets": [
[
"@babel/preset-env",
{
"corejs": 3,
"useBuiltIns": "usage"
}
]
]
}