Alan Smithee
Alan Smithee
@mxstbr Thanks for this, makes sense too me. Corresponding [docs](https://github.com/NekR/offline-plugin/blob/master/docs/options.md#autoupdate-true--number) needs to be updated too. BTW - is `true` (= 1 hour) the most reasonable default, or should we have...
@mxstbr yeah, was thinking it might be a large change going from never auto-updating to once an hour as a default, but I agree it makes more sense to have...
@nealoke given how old this issue is, I think it would be better if you first read through the docs, and then opened a new, more specified, issue regarding your...
@IonutQo2 It _could_ be the case that your `index.html` file is note being being exlcuded properly. This could be if webpack is responsible for generating it via for example `htmlwebpackplugin`....
@itaied246 could be a regex problem, see https://github.com/NekR/offline-plugin/issues/51#issuecomment-219582454. Please check if it works for you.
@rcturk Sorry for the late reply. 1. You will need to cache your root route if you want it to work offline. If you do server-side rendering you will have...
can this be closed @NekR ?
@NekR Looking at https://github.com/NekR/offline-plugin/blob/master/docs/update-strategies.md, except for the title, could you please outline what else you are looking for in this doc?
@yeliex ok thanks, I guess this indicates that the package is at fault, with the monkey patching of the `Headers` object, even though it didn't break previously?
@yeliex @balazsorban44 I submitted a PR to the offending package, https://github.com/spacebudz/lucid/pull/108, that conditionally polyfills these APIs, much like you do, and now everything works, so I think this is not...