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

Co-authored-by: gauhar chan <chenguohua@gzhtedu.cn>
This commit is contained in:
GauharChan 2022-07-12 01:08:28 +08:00 committed by GitHub
parent 9afb4318fd
commit c001535b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)