mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-07 20:58:11 +00:00
fix(styleImport): fix ImagePreviewGroup build error (#2068)
Co-authored-by: gauhar chan <chenguohua@gzhtedu.cn>
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user