webpack-serve-overlay
Advanced tools
Changelog
[0.3.0] - 2018-08-01
Implemented usage of __hotClientOptions__
in the same manner as webpack-hot-client
,
making this package pretty much feature-complete, as it now works in nearly the same as
the old overlay. v1 will likely be released soon after, with no expected changes.
errorOverlay
now uses __hotClientOptions__
in the same manner as webpack-hot-client
to get
the WebSocket url to connect to webpack-serve
.Changelog
[0.2.0] - 2018-06-30
WEBPACK_SERVE_OVERLAY_WS_URL
env property. ([45db16e])