contacts/.babelrc

13 lines
133 B
Plaintext
Raw Normal View History

{
"presets": [
[
"env",
{
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 11"]
}
}
]
]
}