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.
1 parent 13fbc65 commit 281ae46Copy full SHA for 281ae46
packages/ngtools/webpack/src/angular_compiler_plugin.ts
@@ -632,15 +632,12 @@ export class AngularCompilerPlugin {
632
}
633
634
635
- // only present for webpack 4.23.0+, assume true otherwise
636
- const watchMode = compiler.watchMode === undefined ? true : compiler.watchMode;
637
-
638
// Create the webpack compiler host.
639
const webpackCompilerHost = new WebpackCompilerHost(
640
this._compilerOptions,
641
this._basePath,
642
host,
643
- watchMode,
+ true,
644
);
645
646
// Create and set a new WebpackResourceLoader in AOT
0 commit comments