mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
The package module resolution logic for Sass stylesheets within the esbuild-based browser application builder has been restructured to limit the need to perform fallback resolution unless fully required. This allows common cases to avoid unnecessary and expensive resolution attempts. This provided a roughly 40% improvement in build times for the Angular Material documentation site.