Skip to content

Commit b7e48d0

Browse files
clydinkyliau
authored andcommitted
fix(@ngtools/webpack): avoid resetting emit skipped flag before emit
Fixes #14719
1 parent eaae1a9 commit b7e48d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ngtools/webpack/src/angular_compiler_plugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,6 @@ export class AngularCompilerPlugin {
845845

846846
private async _make(compilation: compilation.Compilation) {
847847
time('AngularCompilerPlugin._make');
848-
this._emitSkipped = true;
849848
// tslint:disable-next-line:no-any
850849
if ((compilation as any)._ngToolsWebpackPluginInstance) {
851850
throw new Error('An @ngtools/webpack plugin already exist for this compilation.');

0 commit comments

Comments
 (0)