vite-pwa / sveltekit

Zero-config PWA Plugin for SvelteKit
https://vite-pwa-org.netlify.app/frameworks/sveltekit
MIT License
324 stars 15 forks source link

fix: web manifest added twice in sw precache manifest #38

Closed userquin closed 1 year ago

userquin commented 1 year ago

It seems using generateSW strategy the web manifest is added twice in the sw precache manifest. When the hash match there is no error but it seems there are some cases where the hash differ, and so the sw is not registered.

closes #37