Skip to content

Commit 92b2820

Browse files
committed
feat: add hot option for hot module replacement
1 parent 75cf417 commit 92b2820

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"webpack-dev-middleware": minor
3+
---
4+
5+
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.

0 commit comments

Comments
 (0)