From fd97c224838648664215f238c0d39aca2ff09cc3 Mon Sep 17 00:00:00 2001 From: yvonneyx Date: Thu, 19 Dec 2024 11:39:56 +0800 Subject: [PATCH] chore: vite config --- packages/graphs/vite.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/graphs/vite.config.ts b/packages/graphs/vite.config.ts index 80f073f47..4c1738c54 100644 --- a/packages/graphs/vite.config.ts +++ b/packages/graphs/vite.config.ts @@ -10,8 +10,7 @@ export default defineConfig({ plugins: [{ name: 'isolation' }], resolve: { alias: { - '@ant-design/graphs': path.resolve(__dirname, './src/index.ts'), - '@ant-design/graphs-util': path.resolve(__dirname, '../util/src/index.ts'), + '@ant-design/graphs': path.resolve(__dirname, './src/index.ts') }, }, });