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 6d0af24 commit 2f98aa7Copy full SHA for 2f98aa7
packages/@ngtools/webpack/src/angular_compiler_plugin.ts
@@ -569,7 +569,7 @@ export class AngularCompilerPlugin implements Tapable {
569
this._donePromise = Promise.resolve()
570
.then(() => {
571
// Create a new process for the type checker.
572
- if (!this._firstRun && !this._typeCheckerProcess) {
+ if (this._forkTypeChecker && !this._firstRun && !this._typeCheckerProcess) {
573
this._createForkedTypeChecker();
574
}
575
})
0 commit comments