diff --git a/packages/angular_devkit/build_angular/src/webpack/configs/common.ts b/packages/angular_devkit/build_angular/src/webpack/configs/common.ts index 3fdfc7e35d50..8eaffdf1761b 100644 --- a/packages/angular_devkit/build_angular/src/webpack/configs/common.ts +++ b/packages/angular_devkit/build_angular/src/webpack/configs/common.ts @@ -584,8 +584,6 @@ export function getCommonConfig(wco: WebpackConfigOptions): Configuration { ...withWebpackFourOrFive({}, buildOptions.namedChunks ? { chunkIds: 'named' } : {}), ...withWebpackFourOrFive({ noEmitOnErrors: true }, { emitOnErrors: false }), }, - // TODO_WEBPACK_5: Investigate non-working cache in development builds - ...withWebpackFourOrFive({}, { cache: false }), plugins: [ // Always replace the context for the System.import in angular/core to prevent warnings. // https://github.com/angular/angular/issues/11580