Commit 8932bf9a2dd991e384d208a9c4169b5fd4a36373
Committed by
GitHub
1 parent
9d4d78d2
fix(styleImport): fix RangePicker build error (#1820)
Showing
1 changed file
with
1 additions
and
0 deletions
build/vite/plugin/styleImport.ts
@@ -64,6 +64,7 @@ export function configStyleImportPlugin(_isBuild: boolean) { | @@ -64,6 +64,7 @@ export function configStyleImportPlugin(_isBuild: boolean) { | ||
64 | 'layout-footer': 'layout', | 64 | 'layout-footer': 'layout', |
65 | 'layout-header': 'layout', | 65 | 'layout-header': 'layout', |
66 | 'month-picker': 'date-picker', | 66 | 'month-picker': 'date-picker', |
67 | + 'range-picker': 'date-picker', | ||
67 | }; | 68 | }; |
68 | 69 | ||
69 | return ignoreList.includes(name) | 70 | return ignoreList.includes(name) |