From 54f2ad832dbade446edc1c0d1e9637037abd2c50 Mon Sep 17 00:00:00 2001 From: piratefinn Date: Mon, 18 Jun 2018 12:08:12 +0100 Subject: [PATCH] removed production overrides on local --- angular.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/angular.json b/angular.json index b85b15e..83b2903 100644 --- a/angular.json +++ b/angular.json @@ -53,15 +53,6 @@ ] }, "local": { - "optimization": true, - "outputHashing": "all", - "sourceMap": false, - "extractCss": true, - "namedChunks": false, - "aot": true, - "extractLicenses": true, - "vendorChunk": false, - "buildOptimizer": true, "fileReplacements": [ { "replace": "src/environments/environment.ts",