chore: update babel

pull/2682/head
tangjinzhou 2020-07-14 23:10:22 +08:00
parent 2ff8ba05a4
commit 6c77afec12
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"test": {
"presets": [["@babel/preset-env", { "targets": { "node": "current" } }]],
"plugins": [
"@ant-design-vue/babel-plugin-jsx",
["@ant-design-vue/babel-plugin-jsx", { "usePatchFlag": false }],
"babel-plugin-inline-import-data-uri",
"@babel/plugin-transform-member-expression-literals",
"@babel/plugin-transform-property-literals",

@ -1 +1 @@
Subproject commit 3f77f2961251a4a7c185dab85663a274eaea65b3
Subproject commit 20547dd36f7ebdcd1497060e8b6e4d8caa50b38f

View File

@ -58,7 +58,7 @@
"vue-template-compiler": ">=2.6.0"
},
"devDependencies": {
"@ant-design-vue/babel-plugin-jsx": "^1.0.0-alpha.6",
"@ant-design-vue/babel-plugin-jsx": "^1.0.0-beta.1",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",