You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(@angular/cli): allow opt-in Node.js compile cache for Bazel
When using the Angular CLI within Bazel, the Node.js compile cache can
be enabled by setting the `NODE_COMPILE_CACHE` environment variable to
a filesystem path.
This allows opt-in usage based on the Bazel execution environment.
Compile cache documentation:
https://nodejs.org/api/module.html#module-compile-cache
0 commit comments