You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TJ Egan edited this page Nov 17, 2020
·
2 revisions
Icons are making my bundle huge
The icons should be tree-shaken from bundles. More often than not when they aren't being removed from the bundle it is due to an import from a CommonJS entry point (the lib folder) or a misconfiguration by the bundler or framework.