fix(styleImport): fix RangePicker build error (#1820)
This commit is contained in:
parent
9d4d78d2c9
commit
8932bf9a2d
|
|
@ -64,6 +64,7 @@ export function configStyleImportPlugin(_isBuild: boolean) {
|
||||||
'layout-footer': 'layout',
|
'layout-footer': 'layout',
|
||||||
'layout-header': 'layout',
|
'layout-header': 'layout',
|
||||||
'month-picker': 'date-picker',
|
'month-picker': 'date-picker',
|
||||||
|
'range-picker': 'date-picker',
|
||||||
};
|
};
|
||||||
|
|
||||||
return ignoreList.includes(name)
|
return ignoreList.includes(name)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue