fix(styleImport): fix ImagePreviewGroup build error (#2068)
Co-authored-by: gauhar chan <chenguohua@gzhtedu.cn>
This commit is contained in:
parent
9afb4318fd
commit
c001535b56
|
|
@ -65,6 +65,7 @@ export function configStyleImportPlugin(_isBuild: boolean) {
|
||||||
'layout-header': 'layout',
|
'layout-header': 'layout',
|
||||||
'month-picker': 'date-picker',
|
'month-picker': 'date-picker',
|
||||||
'range-picker': 'date-picker',
|
'range-picker': 'date-picker',
|
||||||
|
'image-preview-group': 'image',
|
||||||
};
|
};
|
||||||
|
|
||||||
return ignoreList.includes(name)
|
return ignoreList.includes(name)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue