mirror of
https://gitlab.com/octtspacc/Friendiiverse
synced 2024-12-22 05:22:53 +01:00
20 lines
239 B
JSON
20 lines
239 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"chrome": "4",
|
|
"edge": "12",
|
|
"firefox": "2",
|
|
"ie": "6",
|
|
"safari": "3.1"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"ignore": [
|
|
"./App/Polyfill/1.core-js-bundle.js"
|
|
]
|
|
}
|