Skip to content

Code splitting #137

@arbrandes

Description

@arbrandes

Description

Find a way to implement Webpack code splitting for frontend-base apps in such a way that:

  • The behavior is configurable via site.config, so that it's possible for an operator to decide what is chunked out, or not
  • The default behavior is that the chunks a particular app depends on are loaded by the browser only when needed ("lazily")
  • There is no download duplication: the total sum of all chunk sizes does not exceed the size of a monolithic chunc

Sub-issues

Metadata

Metadata

Assignees

Labels

epicLarge unit of work, consisting of multiple tasks

Type

No type

Projects

Status

No status

Relationships

None yet

Development

No branches or pull requests

Issue actions