From a700f1837e8307cf5a0ada19e9be6f421961f45a Mon Sep 17 00:00:00 2001
From: Chocobozzz <me@florianbigard.com>
Date: Wed, 16 May 2018 10:44:38 +0200
Subject: [PATCH] Enable service worker

---
 client/angular.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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",