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 eaae1a9 commit b7e48d0Copy full SHA for b7e48d0
packages/ngtools/webpack/src/angular_compiler_plugin.ts
@@ -845,7 +845,6 @@ export class AngularCompilerPlugin {
845
846
private async _make(compilation: compilation.Compilation) {
847
time('AngularCompilerPlugin._make');
848
- this._emitSkipped = true;
849
// tslint:disable-next-line:no-any
850
if ((compilation as any)._ngToolsWebpackPluginInstance) {
851
throw new Error('An @ngtools/webpack plugin already exist for this compilation.');
0 commit comments