Skip to content

Commit 177b18a

Browse files
committed
docs: list the hot option in the README options table
1 parent 9e0ae90 commit 177b18a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ See [below](#other-servers) for an example of use with fastify.
7979
| **[`writeToDisk`](#writetodisk)** | `boolean\|Function` | `false` | Instructs the module to write files to the configured location on disk as specified in your `webpack` configuration. |
8080
| **[`outputFileSystem`](#outputfilesystem)** | `Object` | [`memfs`](https://github.com/streamich/memfs) | Set the default file system which will be used by webpack as primary destination of generated files. |
8181
| **[`modifyResponseData`](#modifyresponsedata)** | `Function` | `undefined` | Allows to set up a callback to change the response data. |
82+
| **[`hot`](#hot)** | `boolean\|Object` | `undefined` | Enables a Server-Sent Events endpoint that drives the browser HMR client. |
8283
| **[`forwardError`](#forwarderror)** | `boolean` | `false` | Enable or disable forwarding errors to the next middleware. |
8384

8485
The middleware accepts an `options` Object. The following is a property reference for the Object.

0 commit comments

Comments
 (0)