Update package.json

See https://angular.io/guide/ivy#speeding-up-ngcc-compilation
This commit is contained in:
Rob van der Werf 2020-02-14 12:59:55 +01:00 committed by GitHub
parent f56c989563
commit b8683c2790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {