Skip to content

Deduplicate BundlesΒ #1779

@jotoeri

Description

@jotoeri

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions