diff --git a/client/angular.json b/client/angular.json index 4f7f7e72b..8e7bbdf06 100644 --- a/client/angular.json +++ b/client/angular.json @@ -42,8 +42,8 @@ "extractLicenses": true, "vendorChunk": false, "buildOptimizer": true, - "serviceWorker": false, - "ngswConfigPath": "/src/ngsw-config.json", + "serviceWorker": true, + "ngswConfigPath": "src/ngsw-config.json", "fileReplacements": [ { "replace": "src/environments/environment.ts",