-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care oftechnical debt
Description
Especially, when importing multiple components, the packages of l10n and iconfonts are duplicated within each component.
Several Ansatzes to check (taken from #1775):
- Move to webpack 5, probably this gives better tree-shaking
- Use chunks for l10n.js & iconfonts, so webpack can separately import them on apps?
- Import these chunks somehow conditionally, if possible. E.g. if an app does not use the info-icon of SettingsSection, iconfonts dont have to be imported at all for this.
Metadata
Metadata
Assignees
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care oftechnical debt