From cdb6d56c57f71a2fefa482c1a1f5212324cfd87c Mon Sep 17 00:00:00 2001 From: Nato Boram Date: Mon, 2 Dec 2019 22:59:54 -0500 Subject: [PATCH] moar chunks --- angular.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/angular.json b/angular.json index 4247459..9ebd3ad 100644 --- a/angular.json +++ b/angular.json @@ -47,12 +47,12 @@ ], "optimization": true, "outputHashing": "all", - "sourceMap": false, + "sourceMap": true, "extractCss": true, - "namedChunks": false, + "namedChunks": true, "aot": true, "extractLicenses": true, - "vendorChunk": false, + "vendorChunk": true, "buildOptimizer": true, "budgets": [ {