Skip to content

Commit 6349cdd

Browse files
authored
fix: 修复icon-saas依赖theme-saas包版本错误问题 (#3808)
1 parent 5a86ec3 commit 6349cdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internals/cli/src/commands/build/build-ui.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ export const getBaseConfig = ({ vueVersion, dtsInclude, dts, buildTarget, isRunt
139139
const isOnlyHasV3 = (key) => {
140140
const onlyHasV3Packages = [
141141
'@opentiny/vue-theme',
142+
'@opentiny/vue-theme-saas',
142143
'@opentiny/vue-renderless',
143144
'@opentiny/vue-hooks',
144145
'@opentiny/utils'

0 commit comments

Comments
 (0)