-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(@angular/build): support application incremental build resul…
…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.
- Loading branch information
Showing
1 changed file
with
92 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters