-
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.
fix(@angular-devkit/build-angular): keep esbuild server active until …
…builder fully stops Use the now working builder teardown functionality to ensure that the development server is properly closed when the builder is stopped.
- Loading branch information
1 parent
4887138
commit 4822b3b
Showing
2 changed files
with
9 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -340,6 +340,7 @@ LARGE_SPECS = { | |
], | ||
}, | ||
"browser-esbuild": { | ||
"shards": 10, | ||
"extra_deps": [ | ||
"@npm//buffer", | ||
], | ||
|
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