Skip to content

Commit 50a172a

Browse files
clydinKeen Yee Liau
authored and
Keen Yee Liau
committed
fix(@ngtools/webpack): avoid resetting emit skipped flag before emit
Fixes #14719
1 parent 53d0278 commit 50a172a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ngtools/webpack/src/angular_compiler_plugin.ts

-1
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,6 @@ export class AngularCompilerPlugin {
846846

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

0 commit comments

Comments
 (0)