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 am integrating firebase auth. The service working is catching the `__/auth` requests and don't pass them on. How can I exclude it from catching those requests? I tried to...

I keep getting a "400 Service Worker Fallback Required http/1.1" error when I try to access my images from S3 the first time. I assume the Service worker is send...

We're hitting this error _a lot_ in our production app, and we think it might be stopping the ServiceWorker from upgrading to a new version of the app: "TypeError: Failed...

Is OfflinePlugin still not supported for use in webpack-dev-server?

Would it be possible to implement cache expiration time like described in https://phyks.me/2019/01/manage-expiration-of-cached-assets-with-service-worker-caching.html Would it be possible to implement cache expiration via api call ? This would be very usefull...

feature request

Could you add skipWaiting feature ? It would be great to be able to activate this to make new version of sw activation faster

feature request

It times out. Could have something to do with the test setup not handling async properly. https://travis-ci.org/NekR/offline-plugin/jobs/536555048

bug

In response to #456 before maybe eventually fixing it

Hello, I have been having issues when trying to run the PWA in offline mode. I receive no error when running the "yarn encore dev --watch". When checking the assets...

Hey, I'm getting this error `ERROR in OfflinePlugin: Plugin's runtime wasn't added to one of your bundle entries. See this https://goo.gl/YwewYp for details.` I've gone through older issues and made...

bug