Skip to content

Commit 391dc39

Browse files
committed
optimize(projects): optimize import config
1 parent cdde1c0 commit 391dc39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/configs/import.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ export async function createImportConfig(overrides: Record<string, string> = {})
2222
'element-plus',
2323
'ant-design-vue',
2424
'soybean-ui',
25-
'sou-ui',
26-
'@soybean-ui/**'
25+
'@soybean-ui/**',
26+
'soy-ui',
27+
'@soy-ui/**'
2728
];
2829
const externalReact = ['react', 'react-dom', 'react-router-dom', 'react-query', 'react-i18next', 'antd'];
2930
const externalCommon = ['lodash-es', 'es-toolkit', 'date-fns', 'dayjs', 'axios', '@tanstack/**', 'zod', 'valibot'];

0 commit comments

Comments
 (0)