fix(console): disable sw (#2021)

* fix: disable sw

* angular.json disable sw
This commit is contained in:
Max Peintner
2021-07-14 10:32:14 +02:00
committed by GitHub
parent e630555a2a
commit 1b6fcebaa6
2 changed files with 2 additions and 3 deletions

View File

@@ -89,7 +89,7 @@
"maximumError": "10kb"
}
],
"serviceWorker": true,
"serviceWorker": false,
"ngswConfigPath": "ngsw-config.json"
},
"development": {}