-
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.
perf(@angular-devkit/build-angular): use in-memory Sass module resolu…
…tion cache When using Sass files with module import references in the esbuild-based browser application builder, the module resolution attempts will now be cached in memory. This caching is only local to each entry Sass file currently. However, this may be expanded to encompass all Sass entries within a build in the future. In addition to caching the entire resolution attempt, individual package root resolution is also cached for deep import attempts. This is useful for packages (such as `@material/*`) which deep import to multiple different files in the same package. With this change combined with the previous lexer change, package managers (pnpm & Yarn PnP) that require workarounds for functioning resolution will now perform at an equivalent level to other package managers.
- Loading branch information
Showing
1 changed file
with
66 additions
and
30 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