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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

clydin
Copy link
Member

@clydin clydin commented Oct 17, 2024

refactor(@angular/build): move component stylesheet bundler out of compiler 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.

refactor(@angular/build): create component stylesheet bundler at start 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.

…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 clydin added the target: major This PR is targeted for the next major release label Oct 17, 2024
@clydin clydin force-pushed the application/stylesheet-bundler-1 branch 3 times, most recently from 0ffb3e8 to 12b7ee1 Compare October 17, 2024 17:56
…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 clydin force-pushed the application/stylesheet-bundler-1 branch from 12b7ee1 to bdcaa8b Compare October 17, 2024 18:03
@clydin clydin added the action: review The PR is still awaiting reviews from at least one requested reviewer label Oct 17, 2024
@clydin clydin marked this pull request as ready for review October 17, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: review The PR is still awaiting reviews from at least one requested reviewer area: @angular/build target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant