Commit c001535b5676c791571651d721b2b55eb562ee50

Authored by GauharChan
Committed by GitHub
1 parent 9afb4318

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

Co-authored-by: gauhar chan <chenguohua@gzhtedu.cn>
build/vite/plugin/styleImport.ts
... ... @@ -65,6 +65,7 @@ export function configStyleImportPlugin(_isBuild: boolean) {
65 65 'layout-header': 'layout',
66 66 'month-picker': 'date-picker',
67 67 'range-picker': 'date-picker',
  68 + 'image-preview-group': 'image',
68 69 };
69 70  
70 71 return ignoreList.includes(name)
... ...