Commit c001535b5676c791571651d721b2b55eb562ee50
Committed by
GitHub
1 parent
9afb4318
fix(styleImport): fix ImagePreviewGroup build error (#2068)
Co-authored-by: gauhar chan <chenguohua@gzhtedu.cn>
Showing
1 changed file
with
1 additions
and
0 deletions
build/vite/plugin/styleImport.ts
@@ -65,6 +65,7 @@ export function configStyleImportPlugin(_isBuild: boolean) { | @@ -65,6 +65,7 @@ export function configStyleImportPlugin(_isBuild: boolean) { | ||
65 | 'layout-header': 'layout', | 65 | 'layout-header': 'layout', |
66 | 'month-picker': 'date-picker', | 66 | 'month-picker': 'date-picker', |
67 | 'range-picker': 'date-picker', | 67 | 'range-picker': 'date-picker', |
68 | + 'image-preview-group': 'image', | ||
68 | }; | 69 | }; |
69 | 70 | ||
70 | return ignoreList.includes(name) | 71 | return ignoreList.includes(name) |