Skip to content

Commit

Permalink
fix: exclude lucide-react from being optimized (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
d3lm authored Oct 23, 2024
1 parent 293beeb commit ede8238
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bolt-vite-react-ts/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ import react from '@vitejs/plugin-react';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
optimizeDeps: {
exclude: ['lucide-react'],
},
});

0 comments on commit ede8238

Please sign in to comment.