mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-24 02:44:51 +03:00
19 lines
269 B
JSON
19 lines
269 B
JSON
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"targets": {
|
||
|
"browsers": [
|
||
|
"> 1%",
|
||
|
"not ie 11",
|
||
|
"not op_mini all"
|
||
|
]
|
||
|
},
|
||
|
"bugfixes": true,
|
||
|
"loose": true
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|