mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 18:24:50 +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
|
|
}
|
|
]
|
|
]
|
|
}
|