offline-plugin icon indicating copy to clipboard operation
offline-plugin copied to clipboard

Offline plugin (ServiceWorker, AppCache) for webpack (https://webpack.js.org/)

Results 103 offline-plugin issues
Sort by recently updated
recently updated
newest added

I'm developing a product which uses this amazing Offline Plugin. But I have a little issue, most probably me messing with the configs, please help me. Users are complaining they...

Is it possible to update `runtime_template.js` to contain a `publicPath` option. So that I can register SW in runtime using custom publicPath - not the one provided by webPack, i.e....

enhancement
PR-welcome

I am trying to use an external library to handle with IndexedDb. I would need to insert some thing like this at sw.js: `if (typeof idb === 'undefined') { self.importScripts(...

For some reason, OfflinePlugin is causing an infinite reloading, on the first page of the application, only on Chrome for iPhone. This is the config: ```javascript // index.js require("offline-plugin/runtime").install(); ```...

maybe-bug

Right now, `version` defaults to the time and date of the last build. As the docs note, this is definitely not ideal: (emphasis mine) > Please note that if you...

`loaderUtils.parseQuery` is deprecated, see webpack/loader-utils#56

external-incompatibility

Hey, what options do I need to set to cache external api requests? In my application I'm making requests to the github api and I can't find any settings to...

Hi, First of all thanks for your work. This is amazing 💯 !! I'm new into service workers and I would like to have all the chunks served from the...

`offline-plugin` always adds a `__uncache` parameter to the URLs it loads from the server. My assets already *all* contain the hash value of the contents in the file name itself,...

enhancement
PR-welcome