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

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

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

Whenever I try to build this project, using `laravel-mix 6.0.6`, I get the following error: ``` [webpack-cli] Invalid options object. Terser Plugin has been initialized using an options object that...

This is a request, not an issue. Would be nice to log the event `onUpdated` and/or `onUpdateFailed` (or any) with the version option set on the plugin config. I'm using...

My application have to load list of products and their images (hosted in S3). The json of list is saved in IndexedDB and will load if no internet but image...

Hello, I'm using the reactboilerplate. Guys from the community encounter trouble with the caching of the spa. Can you help ? The configuration is as below. I've just added the...

Hello everyone. I have some problem when i updating from webpack 4 to 5 version. When i build project i have error in the console. ![image](https://user-images.githubusercontent.com/7217517/95685659-e2880e00-0c01-11eb-9dd9-e558b5d02fa1.png) Error in line code....

When upgading to Webpack 5, offline-plugin is not compatible. So we forked to work on a fix here => https://github.com/NekR/offline-plugin/pull/499 Yours faithfully, LCDP

Hi I am using offline-plugin package to develop my PWA from a React source code. So far I managed to config the plugin to cache the assets in cache storage,...

Hey! Thanks for this great package. I noticed that `onInstalling` isn't called, it looks like `ignoreInstalling` is set to `true` and then never changed. See https://github.com/NekR/offline-plugin/blob/2b51a89aba53fcf1603786f86a75e6f25fd03721/tpls/runtime-template.js#L56 Is there a way...

[As stated here](https://stackoverflow.com/a/63712465/688869), Chrome now dislikes lots of parallel `fetch()` invocations unless the response body is consumed. This practically prevents the initial download of the offline-plugin cache and also consequent...

Encountering a lot of cache-related issues with Offline-plugin, some of which I was able to address with better utilization of service worker events. But ultimately, we decided to remove offline-plugin...