Sergey Bondar

Results 4 comments of Sergey Bondar

In most cases, there is no difference between success and success after redirect I think. Only when we try to optimize site we actually need some warnings about obsolete redirects....

Cannot be done without changes in gaxios (referenced PR). If real page URL will be in response this bug can be solved with changing `opts.url` to `res.request.responseURL` in `index.js:149`. Also...

#83 connected src/extractLoader.js:175 should be ``` return content.replace(pattern, () => dependencyContent); ``` because replace callbacks ignore special sequences like `$'`