You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue or Feature Request Description:
Is there a way to respond with a 200 when offline using workbox webpack plugin with SSR in Vue?
I found this option with SWPrecachePlugin vuejs/vue-hackernews-2.0#173
The text was updated successfully, but these errors were encountered:
In general, using https://www.npmjs.com/package/@vue/cli-plugin-pwa and then adopting the App Shell pattern (which implies setting a navigateFallback option corresponding to your generic HTML) should work. When the service worker is in control, the navigation requests won't actually make it to the server, so SSR is not a factor here.
Browser & Platform:
"all browsers".*
Issue or Feature Request Description:
Is there a way to respond with a 200 when offline using workbox webpack plugin with SSR in Vue?
I found this option with SWPrecachePlugin
vuejs/vue-hackernews-2.0#173
The text was updated successfully, but these errors were encountered: