Commit 0574076
committed
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-cache1 parent bf2f5a8 commit 0574076
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments