We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d0278 commit 50a172aCopy full SHA for 50a172a
packages/ngtools/webpack/src/angular_compiler_plugin.ts
@@ -846,7 +846,6 @@ export class AngularCompilerPlugin {
846
847
private async _make(compilation: compilation.Compilation) {
848
time('AngularCompilerPlugin._make');
849
- this._emitSkipped = true;
850
// tslint:disable-next-line:no-any
851
if ((compilation as any)._ngToolsWebpackPluginInstance) {
852
throw new Error('An @ngtools/webpack plugin already exist for this compilation.');
0 commit comments