This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
v3.0.0
Bugfixes
- fix: multiple entries, add autoConfigure option (#58)
- fix: duplicate logging in MultiCompilers. fixes #47 (#59)
- fix: strip ansi from warnings, errors. fixes #46 (#57)
Features
Breaking Changes
Possible breaking change in how the client entry script is added to entries. As of v3.0.0 only the first entry in a compiler config will have the client entry script appended to it. That could have been considered a fix, but would produce a breaking change for anyone that was relying on that bug being in place.
In environments which serve multiple bundles to the same page from a single config, webpack-hot-client
will now only allow once instance of the client entry script to run, creating only one WebSocket
, which is all that is needed. That could have been considered a fix, but would produce a breaking change for anyone that was relying on that bug being in place.