offline-plugin
offline-plugin copied to clipboard
Offline plugin (ServiceWorker, AppCache) for webpack (https://webpack.js.org/)
closes #457 CC @mjseyyedi
closes #455 CC @crixusshen
The problem on iOs (12.1, 12.2) some really strange behavior. After loading the site (in safari), after switching to offline (air plane) mode, site doesn't load (safari cannot open the...
Not sure when you'd ever want your ServiceWorker to not update ever? That seems like the way less common case than updating on change.
I want my pwa app to display a banner added to the home screen, this event is essential
Is it possible to track update download progress somehow?
I use `appShell: '/'` option. What if I want pages from a certain path to be loaded from server anyway and not handled by app shell? Say I go `app/a`...
**Why** I took a look to #26 and #117 and #64. And the answer was always the configuration. IMO it's great for «simple» and quick implementation. But when there is...
I was trying to use this plugin in [nuxtjs](https://nuxtjs.org/), but it print this message when I run `npm run generate`. Here is my step: Import the plugin in `nuxt.config.js`. ...
This pull requests addresses the issue described in #324.