Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): display FS cache information when…
Browse files Browse the repository at this point in the history
… `verbose` option is used

With this change we enabling Webpack to display additional cache related logs when the `verbose` option is enabled. This is helpful to debug cache misses.
  • Loading branch information
alan-agius4 authored and dgp1130 committed Dec 15, 2021
1 parent f1d2873 commit 4719300
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export function getCacheSettings(

return {
type: 'filesystem',
profile: wco.buildOptions.verbose,
cacheDirectory: path.join(cacheDirectory, 'angular-webpack'),
maxMemoryGenerations: 1,
// We use the versions and build options as the cache name. The Webpack configurations are too
Expand Down

0 comments on commit 4719300

Please sign in to comment.