ESH/jquery.sumoselect-master/babel.config.json

12 lines
143 B
JSON
Raw Permalink Normal View History

2024-10-23 18:28:06 +05:30
{
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "entry",
"corejs": 2
}
],
"minify"
]
}