wvp-gb28181-project/web_src/.babelrc
2020-10-12 10:11:24 +08:00

13 lines
230 B
Plaintext

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