fix: fix build all components error (#2602)
This commit is contained in:
parent
070997ff8d
commit
5a3433a06b
|
@ -207,6 +207,7 @@ export const getBaseConfig = ({ vueVersion, dtsInclude, dts, buildTarget, isRunt
|
||||||
'vue',
|
'vue',
|
||||||
'design/aurora',
|
'design/aurora',
|
||||||
'design/saas',
|
'design/saas',
|
||||||
|
'design/smb',
|
||||||
'vue-directive'
|
'vue-directive'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
"version": "3.20.0",
|
"version": "3.20.0",
|
||||||
"main": "index.ts",
|
"main": "index.ts",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
|
"dependencies": {
|
||||||
|
"@opentiny/vue-icon": "workspace:~"
|
||||||
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue