We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NG_BUILD_CACHE
1 parent ab9e5dd commit bd0aba7Copy full SHA for bd0aba7
packages/angular_devkit/build_angular/src/webpack/configs/common.ts
@@ -491,7 +491,7 @@ export function getCommonConfig(wco: WebpackConfigOptions): Configuration {
491
...extraRules,
492
],
493
},
494
- cache: !!buildOptions.watch,
+ cache: !!buildOptions.watch && !cachingDisabled,
495
optimization: {
496
minimizer: extraMinimizers,
497
moduleIds: withWebpackFourOrFive('hashed', 'deterministic'),
0 commit comments