Authored by yyq

babelrc

Showing 1 changed file with 10 additions and 0 deletions
{
"presets": [
["env", {
"targets": {
"browsers": [">1%"]
}
}],
"es2015"
]
}
... ...