-
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-devkit/build-angular): process esbuild builder glob…
…al stylesheets and code at the same time The global stylesheet processing using esbuild and the code bundling that also uses esbuild are now executed asynchronously. Previously, the global stylesheet processing was required to wait until the code bundling was complete before starting. Any warnings and/or errors for global stylesheets will also now be shown even if there are errors during code bundling. (cherry picked from commit 823852d)
- Loading branch information
Showing
1 changed file
with
37 additions
and
34 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