Arthur Stolyar
Arthur Stolyar
@nolanlawson I don't worry about source code :-) I just wasn't understanding why you needed to debug it until I saw that you're using custom `entry`. It makes sense now.
Okay, after some research, this is how it should be done: * Make sure webpack generated SW assets with source map: use filename/entryname with `.js` extension, it's hardcoded in webpack...
@nolanlawson I made a release which ships `minify` option and it's now possible to pass `true` or `false` to it (default is still `null`): https://github.com/NekR/offline-plugin/releases/tag/v4.8.0
@nolanlawson hey, do you think this issue might be resolved with this PR? https://github.com/NekR/offline-plugin/pull/353 @ykzts seems to be working with you on mastodon, so I guess it was an issues...
Hi @lukemarsh. There is no way at moment, because it's just not implemented yet. Here is the issue for that: https://github.com/NekR/offline-plugin/issues/26
I am not sure yet. It's kind of complex and has to be done right. Meanwhile, you can write a bit of ServiceWorker by yourself to support it. ``` js...
@lukemarsh it supposed to work, I'll check tomorrow. Thanks for reporting.
@lukemarsh it works for me. It isn't called for URLs generated from webpack, but called for everything else.
It's few comments above: https://github.com/NekR/offline-plugin/issues/64#issuecomment-223949743
Again. It works for me and for other people. We can continue this conversation forever. I don't know what you in you project and you don't show anything to help...