Skip to content

Commit

Permalink
chore: vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonneyx committed Dec 19, 2024
1 parent d297266 commit fd97c22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/graphs/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
},
},
});

0 comments on commit fd97c22

Please sign in to comment.