diff --git a/vite-shadcn/vite.config.ts b/vite-shadcn/vite.config.ts index 78caf99..1410894 100644 --- a/vite-shadcn/vite.config.ts +++ b/vite-shadcn/vite.config.ts @@ -9,4 +9,7 @@ export default defineConfig({ '@': path.resolve(__dirname, './src'), }, }, + optimizeDeps: { + exclude: ['lucide-react'], + }, });