PWA ServiceWorker.js and CACHED_URLS

Hi,

After compile project the ServiceWorker.js file is generated with CACHED_URLS contains all files which are in TMS Web Project ... How can I control which filles are on CACHED_URLS list?

E.g. I don't want some of them will be cached.

At this moment, it always automatically adds all.
You would have to manually edit the serviceworker.js if you want to deviate from what is standard.

OK ... but do you plan to manage the CACHED_URLS list more flexibly?

This is the first such question we get.
We will discuss this internally and consider it.