Minor Changes
- Added a
hotoption that enables hot module replacement, replacing the need forwebpack-hot-middleware. Passhot: trueto enable with defaults, orhot: { path, heartbeat, progress, statsOptions }to customize. The client runtime ships with the package and is added as a webpack entry. (by @bjohansebas in #2322)