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',
|
||||
'design/aurora',
|
||||
'design/saas',
|
||||
'design/smb',
|
||||
'vue-directive'
|
||||
]
|
||||
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
"version": "3.20.0",
|
||||
"main": "index.ts",
|
||||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"@opentiny/vue-icon": "workspace:~"
|
||||
},
|
||||
"type": "module",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue