From b8683c27904836583b1d16cb0a3b02bf2bc4caca Mon Sep 17 00:00:00 2001 From: Rob van der Werf Date: Fri, 14 Feb 2020 12:59:55 +0100 Subject: [PATCH] Update package.json See https://angular.io/guide/ivy#speeding-up-ngcc-compilation --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 74a03de9..b4e799c1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", - "bundle-report": "webpack-bundle-analyzer dist/stats.json" + "bundle-report": "webpack-bundle-analyzer dist/stats.json", + "postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points" }, "private": true, "dependencies": {