Skip to content

Fix lucide icon build-time timeouts - #5563

Open
ZJvandeWeg wants to merge 2 commits into
mainfrom
worktree-fix-lucide-icon-timeout
Open

Fix lucide icon build-time timeouts#5563
ZJvandeWeg wants to merge 2 commits into
mainfrom
worktree-fix-lucide-icon-timeout

Conversation

@ZJvandeWeg

Copy link
Copy Markdown
Member

Summary

  • @nuxt/icon only bundled @iconify-json/heroicons locally, so every i-lucide-* icon (handbook nav, CTA buttons, etc.) fell back to fetching from the Iconify API during nuxt generate, timing out repeatedly per page (see build logs with loading icon lucide:... timed out after 1500ms)
  • Added @iconify-json/lucide as a direct dev dependency so the icon module resolves lucide icons from disk instead of the network

Test plan

  • Ran a full nuxt generate locally — the flood of lucide:* timed out warnings is gone (only one unrelated pre-existing lucide:triangle-alert timeout remains, sourced from @nuxt/ui's own internal default config)
  • Build completed successfully, 2319 routes prerendered

@nuxt/icon only bundles heroicons for offline resolution, so every
i-lucide-* icon (used throughout handbook nav and CTAs) fell back to
fetching from the Iconify API during nuxt generate, timing out
repeatedly per page. Adding @iconify-json/lucide as a direct dev
dependency lets the icon module resolve them from disk instead.
@ZJvandeWeg
ZJvandeWeg requested review from a team and Yndira-E as code owners August 10, 2026 23:07
@netlify

netlify Bot commented Aug 10, 2026

Copy link
Copy Markdown

Deploy Preview for flowforge-website ready!

Name Link
🔨 Latest commit 922a557
🔍 Latest deploy log https://app.netlify.com/projects/flowforge-website/deploys/6a7a599866fd9d000815e6a4
😎 Deploy Preview https://deploy-preview-5563--flowforge-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 64 (🔴 down 1 from production)
Accessibility: 96 (no change from production)
Best Practices: 100 (no change from production)
SEO: 85 (🔴 down 7 from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants