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): support application incremental build result in dev-server #29243

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

clydin
Copy link
Member

@clydin clydin commented Jan 3, 2025

The dev-server will now leverage the incremental build result data from the application
builder. This removes the need to directly analyze all the newly built files within the
dev-server to determine what type of update is needed. Incremental build results also
only contain the files that are new and/or modified and removes the need to pass a potentially
large amount of file content between the application build and the dev-server.

@clydin clydin added state: blocked target: minor This PR is targeted for the next minor release labels Jan 3, 2025
@clydin clydin force-pushed the application/incremental-dev-server branch from 47cbe62 to bb206f9 Compare January 6, 2025 14:18
@clydin clydin marked this pull request as ready for review January 6, 2025 14:24
…t in dev-server

The dev-server will now leverage the incremental build result data from the application
builder. This removes the need to directly analyze all the newly built files within the
dev-server to determine what type of update is needed. Incremental build results also
only contain the files that are new and/or modified and removes the need to pass a potentially
large amount of file content between the application build and the dev-server.
@clydin clydin force-pushed the application/incremental-dev-server branch from bb206f9 to ad851cf Compare January 6, 2025 14:36
@clydin clydin added the action: review The PR is still awaiting reviews from at least one requested reviewer label Jan 6, 2025
@clydin clydin requested a review from alan-agius4 January 6, 2025 15:14
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Jan 6, 2025
@clydin clydin merged commit 0581c45 into angular:main Jan 6, 2025
32 checks passed
@clydin clydin deleted the application/incremental-dev-server branch January 6, 2025 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: @angular/build target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants