Enable service worker

pull/572/head
Chocobozzz 2018-05-16 10:44:38 +02:00
parent 5f73f5da1d
commit a700f1837e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

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