I'm wondering, when building a Vue PWA app using the CLI and letting all config at default values, my built app is:
- prefetching all chunks on initial load using the HTML prefetch links
- precaching all chunks using Workbox's PWA mechanism
How do these two mechanisms interact and should I disable one of both?
Thanks!
Prefetch mechanism in index.html <HEAD>:
Precache manifest in service-worker.js:

