SpaccDotWeb/babel.config.json

17 lines
183 B
JSON
Raw Permalink Normal View History

2023-09-27 00:49:37 +02:00
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"chrome": "4",
"edge": "12",
"firefox": "2",
"ie": "6",
"safari": "3.1"
}
}
]
]
}