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 858a2a3 commit 16a172eCopy full SHA for 16a172e
1 file changed
builder-frontend/vite.config.js
@@ -26,7 +26,7 @@ export default defineConfig({
26
},
27
optimizeDeps: {
28
// Ensure Preact is not pre-bundled separately, avoiding duplicate instances
29
- include: ['preact', 'preact/hooks', 'preact/compat', 'lucide-solid']
+ include: ['preact', 'preact/hooks', 'preact/compat']
30
31
resolve: {
32
dedupe: ['preact', 'preact/hooks', 'preact/compat']
0 commit comments