Description
Version
3.1.1
Reproduction link
https://test-app-8134f.firebaseapp.com/
Node and OS info
node 10.13.0, npm 6.4.1, macOS 10.14, windows 10
Steps to reproduce
Im new in PWA plugin, so i have a question. Is "/img/icons" folder not cached by service worker by default and why?
I created new app with PWA option, deploy it to firebase and i see that any files from "/img/icons" not cached...
https://test-app-8134f.firebaseapp.com/ this is my result. Open dev console, enable Offline mode, reload page.
Screenshot: http://joxi.ru/52aR4oxSE4j1YA
Same problem with manifest.json. It is correct behavior?
What is expected?
Any files from public folder should be cached by default
What is actually happening?
/img/icons folder not cached, also manifest.json not cached
Please tell me if im wrong and explain me why this happens and how to fix(?) it.
Thanks! Sorry for my English, btw.