From 9a9c39028fabf841500cb54787a1188c6eb71e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Wed, 4 Sep 2024 20:53:17 +0200 Subject: [PATCH] fix: dev sw stop working when using generateSW strategy (#751) --- src/plugins/dev.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/dev.ts b/src/plugins/dev.ts index fc427d0e..f9ce640f 100644 --- a/src/plugins/dev.ts +++ b/src/plugins/dev.ts @@ -159,6 +159,7 @@ export function DevPlugin(ctx: PWAPluginContext) { // we only need to add the navigateFallback if configured const navigateFallback = options.workbox.navigateFallback const { filePaths } = await generateServiceWorker( + ctx.version, Object.assign( {}, options,