Replies: 1 comment
-
Fixed by [email protected] release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone here know how to handle a large bundle size, mainly caused by react-icons? I want to use Flowbite to build small components for some HTML websites, but it seems that Webpack can't extract only the Flowbite components that are actually used (mostly buttons and form elements). Instead, it's including almost everything (the whole Flowbite library and entire sets of MD/FA icons, which make up about 75% of the bundle size).
Beta Was this translation helpful? Give feedback.
All reactions