mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-25 16:57:51 +08:00
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.