From 42f991dbef9ba9b4bf38b12a88dc312b73b7dcc7 Mon Sep 17 00:00:00 2001 From: yyh <92089059+lyzno1@users.noreply.github.com> Date: Wed, 14 Jan 2026 16:23:58 +0800 Subject: [PATCH] chore(web): disable Serwist dev logs (#30980) --- web/app/sw.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/sw.ts b/web/app/sw.ts index 4094a51e57..99ef2c3544 100644 --- a/web/app/sw.ts +++ b/web/app/sw.ts @@ -21,6 +21,7 @@ const offlineUrl = `${basePath}/_offline.html` const serwist = new Serwist({ precacheEntries: self.__SW_MANIFEST, skipWaiting: true, + disableDevLogs: true, clientsClaim: true, navigationPreload: true, runtimeCaching: [