Files
juipvue/.babelrc
wanyongkang b7fc0f2961 初始提交
2020-10-04 10:31:48 +08:00

13 lines
242 B
Plaintext

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