Exclude some pages from precache-manifest in PWA to save bandwidth
-
All quasar pages (chunks) are being precached in PWA mode. I have some pages which is used by admin-role only. I want those pages to be loaded dynamically when route visited by excluding from precache to save my bandwidth and reducing users device memory consumption on PWA install. How pages/routes/chunks can be excluded from precache?
import JSZipUtils from ‘jszip-utils’
import { saveAs } from ‘file-saver’I also suspect that above two libraries also precached with those pages(which i want to exclude)