aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/angular.json')
-rw-r--r--client/angular.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/client/angular.json b/client/angular.json
index 0cd827218..d001cf956 100644
--- a/client/angular.json
+++ b/client/angular.json
@@ -131,7 +131,6 @@
131 "build": { 131 "build": {
132 "builder": "@angular-devkit/build-angular:browser", 132 "builder": "@angular-devkit/build-angular:browser",
133 "options": { 133 "options": {
134 "aot": true,
135 "localize": true, 134 "localize": true,
136 "outputPath": "dist", 135 "outputPath": "dist",
137 "index": "src/index.html", 136 "index": "src/index.html",
@@ -183,7 +182,13 @@
183 "parse-srcset", 182 "parse-srcset",
184 "postcss" 183 "postcss"
185 ], 184 ],
186 "scripts": [] 185 "scripts": [],
186 "vendorChunk": true,
187 "extractLicenses": false,
188 "buildOptimizer": false,
189 "sourceMap": true,
190 "optimization": false,
191 "namedChunks": true
187 }, 192 },
188 "configurations": { 193 "configurations": {
189 "production": { 194 "production": {
@@ -191,7 +196,6 @@
191 "outputHashing": "all", 196 "outputHashing": "all",
192 "sourceMap": false, 197 "sourceMap": false,
193 "namedChunks": false, 198 "namedChunks": false,
194 "aot": true,
195 "extractLicenses": true, 199 "extractLicenses": true,
196 "vendorChunk": false, 200 "vendorChunk": false,
197 "buildOptimizer": true, 201 "buildOptimizer": true,