This commit is contained in:
我是个攻城狮
2026-05-27 16:04:37 +08:00
commit b48708dbbf
1721 changed files with 625641 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
"stage-2"
],
"plugins": ["transform-vue-jsx", "transform-runtime","dynamic-import-node"]
}