Arthur Stolyar

Results 235 comments of Arthur Stolyar

@jeffposnick @KyleAMathews @developit At some point I though about using [Chrome Match Pattern](https://developer.chrome.com/extensions/match_patterns) which I like because I was developing Chrome extensions for a long time already. It's very simple,...

@developit > Maybe support path patterns via that lib but under a separate property in config like path? Yeah, I feel like adding two props `pattern` and `match` could make...

Okay, so roughly this is the only issue holding `v4` release 🎉😱

@developit yeah, not possible with plain `Chrome Match Pattern`. Could be extended though. Probably it's right just to ship it with RegExp/Functions first and add patterns later.

Okay, `cacheMaps` are added and `v4` is in master now. Here are some docs for `cacheMaps` (_hint: API is hard and docs too :-(_): https://github.com/NekR/offline-plugin/blob/master/docs/cache-maps.md

@chipit24 Hi! Sorry, I somehow missed this issue. I'll take a look at the provided, repo thanks!

https://github.com/chipit24/test_with_offline_plugin/blob/master/webpack.config.js#L24-L25 @chipit24 `offline-plugin` should be the last plugin added to the array. Having it the last solved the problem?

@chipit24 > Maybe I can post this issue in the webpack-dashboard repo as well. That may make sense. I have no idea what they're doing in their plugin, but looks...

Hey @jampy! Indeed, `offline-plugin` always adds `__uncache` param to bust browser and proxy caches when it's installing/updating and downloading new assets. This is reasonable (safe) default behavior and unfortunately there...