xzrkz-web/.babelrc
dong_bo0602 481f06841b 061901
2020-06-19 20:54:05 +08:00

13 lines
266 B
Plaintext

{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
"stage-2"
],
"plugins": ["transform-vue-jsx", "transform-runtime", "transform-es2015-arrow-functions"]
}