1
0
Эх сурвалжийг харах

fix(styleImport): fix ImagePreviewGroup build error (#2068)

Co-authored-by: gauhar chan <chenguohua@gzhtedu.cn>
GauharChan 2 жил өмнө
parent
commit
c001535b56

+ 1 - 0
build/vite/plugin/styleImport.ts

@@ -65,6 +65,7 @@ export function configStyleImportPlugin(_isBuild: boolean) {
             'layout-header': 'layout',
             'month-picker': 'date-picker',
             'range-picker': 'date-picker',
+            'image-preview-group': 'image',
           };
 
           return ignoreList.includes(name)