bald-chico-tycoon/.babelrc
2023-10-07 16:04:23 -05:00

15 lines
206 B
Plaintext

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