We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8305c commit 1c03c94Copy full SHA for 1c03c94
package.json
@@ -69,6 +69,9 @@
69
"vuepress": "^1.8.2",
70
"vuepress-plugin-typescript": "^0.3.1"
71
},
72
+ "resolutions": {
73
+ "vue": "^2.6.14"
74
+ },
75
"repository": {
76
"type": "git",
77
"url": "git+https://github.com/formilyjs/antdv.git"
packages/components/builder.config.ts
@@ -4,4 +4,7 @@ export const BuilderConfig: IBuilderConfig = {
4
targetLibName: 'ant-design-vue',
5
targetLibCjsDir: 'lib',
6
targetLibEsDir: 'es',
7
+ externals: {
8
+ 'ant-design-vue': 'Antd',
9
10
}
0 commit comments