NekR / offline-plugin

Offline plugin (ServiceWorker, AppCache) for webpack (https://webpack.js.org/)
MIT License
4.52k stars 294 forks source link

Question - How to disable the cache bust? #468

Closed igorfv closed 4 years ago

igorfv commented 5 years ago

Is there a way to disable the cache bust? My app already generates a hash when the file changes.

igorfv commented 4 years ago

Reading the code I found out that the only way to disable the cacheBust is by passing version: ''.