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(@angular-devkit/build-angular): use incremental bundling for component styles in esbuild builders #25965

Merged

Commits on Oct 5, 2023

  1. perf(@angular-devkit/build-angular): use incremental bundling for com…

    …ponent styles in esbuild builders
    
    When using the esbuild-based builders (`esbuild-browser`/`application`) in watch mode (including `ng serve`),
    component stylesheets will now be incrementally rebuilt when needed. This avoids a full build of each
    affected component's styles during an application rebuild. Both JIT and AOT mode are supported as well
    as both inline and external styles.
    clydin committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    079ee80 View commit details
    Browse the repository at this point in the history