chore: update jsx plugin

pull/2682/head
tanjinzhou 2020-07-15 18:23:15 +08:00
parent d530e65f3c
commit 7a23858cd5
3 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 20547dd36f7ebdcd1497060e8b6e4d8caa50b38f Subproject commit f2b37285a631c364fdc6eef119aeb0fab0793da0

View File

@ -58,7 +58,7 @@
"vue-template-compiler": ">=2.6.0" "vue-template-compiler": ">=2.6.0"
}, },
"devDependencies": { "devDependencies": {
"@ant-design-vue/babel-plugin-jsx": "^1.0.0-beta.1", "@ant-design-vue/babel-plugin-jsx": "1.0.0-alpha.6",
"@babel/cli": "^7.8.4", "@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6", "@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-class-properties": "^7.8.3",
@ -76,7 +76,7 @@
"@commitlint/config-conventional": "^8.0.0", "@commitlint/config-conventional": "^8.0.0",
"@octokit/rest": "^16.0.0", "@octokit/rest": "^16.0.0",
"@vue/cli-plugin-eslint": "^4.0.0", "@vue/cli-plugin-eslint": "^4.0.0",
"@vue/compiler-sfc": "^3.0.0-beta.20", "@vue/compiler-sfc": "^3.0.0-beta.21",
"@vue/server-test-utils": "1.0.0-beta.16", "@vue/server-test-utils": "1.0.0-beta.16",
"@vue/test-utils": "^2.0.0-alpha.6", "@vue/test-utils": "^2.0.0-alpha.6",
"acorn": "^7.0.0", "acorn": "^7.0.0",
@ -152,7 +152,7 @@
"terser-webpack-plugin": "^3.0.3", "terser-webpack-plugin": "^3.0.3",
"through2": "^3.0.0", "through2": "^3.0.0",
"url-loader": "^3.0.0", "url-loader": "^3.0.0",
"vue": "^3.0.0-beta.20", "vue": "^3.0.0-beta.21",
"vue-antd-md-loader": "^1.1.0", "vue-antd-md-loader": "^1.1.0",
"vue-clipboard2": "0.3.1", "vue-clipboard2": "0.3.1",
"vue-draggable-resizable": "^2.1.0", "vue-draggable-resizable": "^2.1.0",

View File

@ -47,7 +47,7 @@ module.exports = {
style: true, style: true,
}, },
], ],
['@ant-design-vue/babel-plugin-jsx', { transformOn: true, usePatchFlag: true }], ['@ant-design-vue/babel-plugin-jsx', { transformOn: true, usePatchFlag: false }],
'@babel/plugin-proposal-optional-chaining', '@babel/plugin-proposal-optional-chaining',
'@babel/plugin-transform-object-assign', '@babel/plugin-transform-object-assign',
'@babel/plugin-proposal-object-rest-spread', '@babel/plugin-proposal-object-rest-spread',