mirror of
https://gitlab.com/octospacc/octospacc.gitlab.io
synced 2025-01-05 13:26:43 +01:00
18 lines
198 B
JSON
18 lines
198 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"chrome": "4",
|
|
"edge": "12",
|
|
"firefox": "2",
|
|
"ie": "6",
|
|
"safari": "3.1"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"ignore": []
|
|
}
|