aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/angular.json')
-rw-r--r--client/angular.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/angular.json b/client/angular.json
index 4a03d7cfe..4f7f7e72b 100644
--- a/client/angular.json
+++ b/client/angular.json
@@ -11,6 +11,7 @@
11 "build": { 11 "build": {
12 "builder": "@angular-devkit/build-angular:browser", 12 "builder": "@angular-devkit/build-angular:browser",
13 "options": { 13 "options": {
14 "deployUrl": "client/",
14 "outputPath": "dist", 15 "outputPath": "dist",
15 "index": "src/index.html", 16 "index": "src/index.html",
16 "main": "src/main.ts", 17 "main": "src/main.ts",
@@ -41,7 +42,7 @@
41 "extractLicenses": true, 42 "extractLicenses": true,
42 "vendorChunk": false, 43 "vendorChunk": false,
43 "buildOptimizer": true, 44 "buildOptimizer": true,
44 "serviceWorker": true, 45 "serviceWorker": false,
45 "ngswConfigPath": "/src/ngsw-config.json", 46 "ngswConfigPath": "/src/ngsw-config.json",
46 "fileReplacements": [ 47 "fileReplacements": [
47 { 48 {
@@ -136,4 +137,4 @@
136 "prefix": "app" 137 "prefix": "app"
137 } 138 }
138 } 139 }
139} \ No newline at end of file 140}