polls/babel.config.json

12 строки
125 B
JSON

{
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "entry",
"corejs": 3,
},
],
],
}