15 lines
206 B
Text
15 lines
206 B
Text
|
{
|
||
|
"presets": [
|
||
|
["@babel/env", {
|
||
|
"targets": {
|
||
|
"browsers": [
|
||
|
">0.25%",
|
||
|
"not ie 11",
|
||
|
"not op_mini all"
|
||
|
]
|
||
|
},
|
||
|
"modules": false
|
||
|
}]
|
||
|
],
|
||
|
}
|