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

Use lazy loading for routes #5914

Merged
merged 1 commit into from Jun 22, 2023

Commits on Jun 13, 2023

  1. Use lazy loading for routes

    This reduces the main bundle size from 6.07 MB to 3.65 MB but increases
    overall application size from 14.04 MB to 14.18 MB.
    
    Most of the remainder of the main bundle size is from polyfills
    (2.35 MB) and libraries supporting localization (i18n).
    
    Signed-off-by: Taylor Smock <tsmock@meta.com>
    tsmock committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    e11bc43 View commit details
    Browse the repository at this point in the history