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

chore(perf): prevent unnecessary bundling of caniuse-lite #43394

Merged
merged 1 commit into from
Feb 7, 2024

Commits on Feb 7, 2024

  1. chore(perf): prevent unnecessary bundling of caniuse-lite

    It does not support tree shaking as they are still building a cjs
    bundle. However, they bundle certain futures to separate smaller modules
    which we can take advantage of.
    
    Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
    st3iny committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    dd4e057 View commit details
    Browse the repository at this point in the history