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 3be17e7 commit 072da7aCopy full SHA for 072da7a
packages/@ngtools/webpack/src/angular_compiler_plugin.ts
@@ -520,7 +520,6 @@ export class AngularCompilerPlugin implements Tapable {
520
// Handle parent process exit.
521
const handleParentProcessExit = () => this._killForkedTypeChecker();
522
process.once('exit', handleParentProcessExit);
523
- process.once('SIGINT', handleParentProcessExit);
524
process.once('uncaughtException', handleParentProcessExit);
525
}
526
0 commit comments