offline-plugin
offline-plugin copied to clipboard
Offline plugin (ServiceWorker, AppCache) for webpack (https://webpack.js.org/)
Are you aware of any different behavior when a PWA (using offline-plugin) is added to the home screen using "Add to Home Screen" on Chrome/Android or Safari/iOS? I'm having problems...
After upgrading to Angular 9 and building the project, all the files inside the /dist folder at the root level are being cached but not the files that are in...
Hi is there any solution to download and update new version in background?
Hey, I am keeping the static assets on a different domain than the main page (using cloudfront). This works fine with CORS set up and using `output.crossOriginLoading: 'anonymous'` in webpack....
So the service worker works perfectly in a localhost environment, and seems to install in the deployed environment as well. My configuration for this the OfflinePlugin is: ``` new OfflinePlugin({...
Cant find any docs on why but it seems to block me pngs and mp3 in prod mode.
Hi! I've an issue where assets in the _optional_ section are not present in the cache after a new build. The `caches` option is configured (_heavily simplified_) like this: ```...
Hi there -- Have run into an issue with offline-plugin in which it caches a request that should be a redirect (that i would like to never cache). To sign...
We are planning to show modal informing user that **There's new version of this website available, please reload your browser to see the latest version.** my configuration is ``` new...
A much simpler solution for #151, #184 (#418). When using relative paths, this ensures `sw.js` itself is loaded correctly. --- To use a dynamic/runtime public path, set webpack's `__webpack_public_path__` global...