diff --git a/angular.json b/angular.json index 4f6c52fe..e2a33ba8 100644 --- a/angular.json +++ b/angular.json @@ -96,6 +96,8 @@ "sourceMap": false, "namedChunks": false, "extractLicenses": true, + "vendorChunk": false, + "buildOptimizer": true, "budgets": [ { "type": "initial", @@ -121,6 +123,8 @@ "sourceMap": true, "namedChunks": false, "extractLicenses": false, + "vendorChunk": false, + "buildOptimizer": false, "budgets": [ { "type": "initial",