Actions
Feature proposal #9593
closedImplement treeshaking of the fontawesome v6 shim
Description
We're currently loading A LOT of extra fontawesome classes in the shim that aren't being used. Treeshake this so we only shim icons we're actually using. Initial results appear to be around 70% reduction of the CSS file allowing the shim to actually provide a performance benefit.
Updated by krileon about 2 months ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1976
Actions