lucide-icons / lucide

Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons.
https://lucide.dev
ISC License
11.51k stars 525 forks source link

Slow page loading due to lucide load all icons in dev mode #2583

Closed corentingosselin closed 3 weeks ago

corentingosselin commented 3 weeks ago

Package

Version

0.454.0

Can you reproduce this in the latest version?

Browser

Operating system

Description

My network inspector when the page is loading

Capture d’écran 2024-11-04 à 09 46 51

I saw here in dev mode, vite does not use tree shaking.

I tried this fix on my nx mono repo setup but I can't import the icon:

10:04:34 [vite] Internal server error: Failed to resolve import "lucide-react/Save" from "src/components/HotelConfigurationComponent.tsx". Does the file exist?

Is there any way to make it works ?

Steps to reproduce

Just import any icon

Checklist

jguddas commented 3 weeks ago

Closing in favor of #1944