-
@workboxjs Great first content! 👍 In "Offline fallback part 1", why do you use a specific cache (and 5 lines of code) instead of relying on
precacheAndRoute()
for the offline fallback? That's what I've been doing until now, seemed like the good way. -
@workboxjs I just saw that the docs for the offlineFallback recipe does say "Be sure to include the fallbacks in your precache injection"… 😅