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