chore: update babel
parent
2ff8ba05a4
commit
6c77afec12
2
.babelrc
2
.babelrc
|
@ -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
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue