From 962d5067a50be6dfd025fdc28cfc44ad465ba039 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Mon, 11 Nov 2019 12:07:35 +0000 Subject: [PATCH] fix(@schematics/angular): remove ngcc postinstall hook Partially addresses #16017 --- .../schematics/angular/workspace/files/package.json.template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/schematics/angular/workspace/files/package.json.template b/packages/schematics/angular/workspace/files/package.json.template index dbcf8cd83d81..188e7572a7a1 100644 --- a/packages/schematics/angular/workspace/files/package.json.template +++ b/packages/schematics/angular/workspace/files/package.json.template @@ -7,8 +7,7 @@ "build": "ng build", "test": "ng test", "lint": "ng lint", - "e2e": "ng e2e", - "postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points" + "e2e": "ng e2e" }, "private": true, "dependencies": {