Updates from 2.14 -> 2.15
- Added:
proxy.proxyReqWs
to allow users to intercept/alter proxied web sockets (this is an api mirror to the underlying http-proxy lib) 277c17c - Fixed: protocol-relative URL rewriting now works as expected, which solves issues faced by WooCommerce users 42059df - so that now this...
<a href="//some-protocol-relative.com/some-path">My Link</a>
is correctly re-written to something like...
<a href="//localhost:3000/some-path">My Link</a>
- Fixed: attempting to use
--https
with anon-https
target no longer fails, and allows some pretty nice workflows 80c091d
eg:
$ browser-sync start --proxy 'localhost:8000' --https