Arthur Stolyar
Arthur Stolyar
Can you please describe in a bit more details how it supposed to work. Chrome shows "add to homescreen" mini-info-bar when you have a manifest.json file and your ServiceWorker returns...
Well, ServiceWorker doesn't have `refreshOffline` event. Even if it exists in chrome, it's non-standard. Can you please show your `offline-plugin` config? Maybe I'll be able to help you that way.
Hmm, weird, all seems good 🤔 вт, 7 мая 2019 г., 5:07 张平 : > ok,my offline-plugin config is > > { > appShell: '/', > updateStrategy: 'changed', > version:...
@SpaceK33z Yeah, I know :-) Will do. Thanks for offering help, that's really appreciated 👍 I have a friend willing to take over this issue, so I created it for...
The difference between normal compilation and `webpack-dev-server` compilation: https://www.diffchecker.com/MSt07Pj1 Seems pretty trivial to check for `MemoryFilesystem` usage and react appropriately. /cc @SpaceK33z I know it isn't bullet-proof detection way but...
> Note that MemoryFilesystem is set in webpack-dev-middleware, so it will also detect users that only use the middleware. @SpaceK33z Yeah, I think that's what I want + a flag...
@solace Hi. It supposed to work. Are you sure it isn't calling updates at all?
@solace hey. If you're still using it, I'll be happy to help and debug it if you could provide a test-case/demo repo with this issue happening. I'm not sure how...
Hey. For now the only way to do it is via `cacheMaps` options (`appShell` option is backed by that functionality).
Not sure this is a good idea anymore. Also maybe makes sense to use document visibility events and some other events instead of `setInterval`.