diff --git a/.changeset/hot-middleware-migration.md b/.changeset/hot-middleware-migration.md new file mode 100644 index 000000000..fcc54ef64 --- /dev/null +++ b/.changeset/hot-middleware-migration.md @@ -0,0 +1,5 @@ +--- +"webpack-dev-middleware": minor +--- + +Added a `hot` option that enables hot module replacement, replacing the need for `webpack-hot-middleware`. Pass `hot: true` to enable with defaults, or `hot: { path, heartbeat, log, statsOptions }` to customize. The client runtime is served by the middleware itself.