Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: Lazy load optional dependencies #5886

Merged
merged 2 commits into from
Jun 11, 2024
Merged

perf: Lazy load optional dependencies #5886

merged 2 commits into from
Jun 11, 2024

Commits on Jun 11, 2024

  1. perf: Make emoji related packages a custom chunk

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    19ac1cb View commit details
    Browse the repository at this point in the history
  2. perf: Lazy load mermaid JS

    Mermaid JS and its dependency elkjs is a huge depenency (6MiB and 3MiB compressed),
    so we only should load it if required.
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f1acd48 View commit details
    Browse the repository at this point in the history