Skip to content

Commit 6c77afe

Browse files
committed
chore: update babel
1 parent 2ff8ba0 commit 6c77afe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"test": {
44
"presets": [["@babel/preset-env", { "targets": { "node": "current" } }]],
55
"plugins": [
6-
"@ant-design-vue/babel-plugin-jsx",
6+
["@ant-design-vue/babel-plugin-jsx", { "usePatchFlag": false }],
77
"babel-plugin-inline-import-data-uri",
88
"@babel/plugin-transform-member-expression-literals",
99
"@babel/plugin-transform-property-literals",

antdv-demo

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"vue-template-compiler": ">=2.6.0"
5959
},
6060
"devDependencies": {
61-
"@ant-design-vue/babel-plugin-jsx": "^1.0.0-alpha.6",
61+
"@ant-design-vue/babel-plugin-jsx": "^1.0.0-beta.1",
6262
"@babel/cli": "^7.8.4",
6363
"@babel/core": "^7.9.6",
6464
"@babel/plugin-proposal-class-properties": "^7.8.3",

0 commit comments

Comments
 (0)