From 824f74f27b3aff3024711077b781a15ffeda542d Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sun, 15 Apr 2018 23:16:23 -0600 Subject: [PATCH] build(aio): turn on webpack's stats.json generation for debugging purposes (#23234) PR Close #23234 --- aio/angular.json | 1 + 1 file changed, 1 insertion(+) diff --git a/aio/angular.json b/aio/angular.json index 261fb3574f..fa0fe632e4 100644 --- a/aio/angular.json +++ b/aio/angular.json @@ -22,6 +22,7 @@ "buildOptimizer": true, "outputHashing": "all", "sourceMap": true, + "statsJson": true, "extractCss": true, "extractLicenses": true, "namedChunks": true,