I'm using sw-precache
via create-react-app
to enable my app for use offline. I have a video that is loaded via webpack
, but I noticed that it is not included in the generated serviceWorker
's precacheConfig
array.
How can I force webpack
/ sw-precache
to include the (hashed) video in the list of URLs to prefetch?