You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ See [below](#other-servers) for an example of use with fastify.
79
79
|**[`writeToDisk`](#writetodisk)**|`boolean\|Function`|`false`| Instructs the module to write files to the configured location on disk as specified in your `webpack` configuration. |
80
80
|**[`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. |
81
81
|**[`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. |
82
83
|**[`forwardError`](#forwarderror)**|`boolean`|`false`| Enable or disable forwarding errors to the next middleware. |
83
84
84
85
The middleware accepts an `options` Object. The following is a property reference for the Object.
0 commit comments