quasarframework / quasar-template-pwa

[DEPRECATED] Quasar PWA Boilerplate / Starter kit
http://quasar-framework.org
MIT License
43 stars 6 forks source link

Cache busting is not applied to app.js in "dist/js" directory during build #10

Open dewdad opened 7 years ago

dewdad commented 7 years ago

I've noticed that or build code is not breaking caches after changes. I noticed that the code for our components is composited in app.js which isn't cache-busted (name-hashed) during the build. The official vue-pwa template does support this.