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

refactor(@angular/build): create component stylesheet bundler at start of build #28659

Merged
merged 2 commits into from
Oct 21, 2024

Commits on Oct 17, 2024

  1. refactor(@angular/build): move component stylesheet bundler out of co…

    …mpiler plugin
    
    The component stylesheet bundler is now created during the setup of the Angular
    compiler plugin options. This is an initial step to support more fine-grained
    rebuild actions with the new component stylesheet development server support.
    clydin committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ba05932 View commit details
    Browse the repository at this point in the history
  2. refactor(@angular/build): create component stylesheet bundler at star…

    …t of build
    
    The component stylesheet bundler is now created at the start of the build
    and accessible prior to the bundling actions. This will provide support for
    generating updated component styles and bypassing all code bundling when using
    the development server and only component styles have been modified.
    clydin committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bdcaa8b View commit details
    Browse the repository at this point in the history