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

fix(@angular-devkit/build-angular): improve rebuild performance with loaders and prebundling #27146

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 22, 2024

  1. fix(@angular-devkit/build-angular): improve rebuild performance with …

    …loaders and prebundling
    
    Processing overhead has been reduce during resolution when the fallback path is enabled
    for prebundling due to either prebundling exclusions or custom loader options being present.
    The resolution logic now follows the same behavior as the underlying bundler's external
    package option and avoids the need for an additional bundler resolution roundtrip. While
    the overhead of the plugin itself is still present, the execution cost is now greatly reduced.
    Further optimizations to conditionally include the plugin based on code analysis heuristics
    may be considered in the future.
    clydin committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    da49ae0 View commit details
    Browse the repository at this point in the history