From 8f4ef928a05694f9c9f8fe96ad52b7ceafa03f1b Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Sun, 10 Nov 2024 14:29:36 +0100 Subject: [PATCH] Optimized offline loading performance --- ngsw-config.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ngsw-config.json b/ngsw-config.json index 9ebbe89..3cf2d7a 100644 --- a/ngsw-config.json +++ b/ngsw-config.json @@ -1,7 +1,7 @@ { "$schema": "./node_modules/@angular/service-worker/config/schema.json", "index": "/index.html", - "navigationRequestStrategy": "freshness", + "navigationRequestStrategy": "performance", "assetGroups": [ { "name": "app", diff --git a/package.json b/package.json index 392cfa1..32648a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WorkTime", - "version": "0.3.5", + "version": "0.3.6", "author": "Ionic Framework", "homepage": "https://ionicframework.com/", "scripts": {