We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293beeb commit ede8238Copy full SHA for ede8238
bolt-vite-react-ts/vite.config.ts
@@ -4,4 +4,7 @@ import react from '@vitejs/plugin-react';
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
plugins: [react()],
7
+ optimizeDeps: {
8
+ exclude: ['lucide-react'],
9
+ },
10
});
0 commit comments