Skip to content

Commit a6e4d36

Browse files
committed
Add note about hotOptions defaults
1 parent 923d07e commit a6e4d36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ module.exports = {
197197
emitCss: false,
198198
// Enable HMR only for dev mode
199199
hotReload: true, // Default: false
200-
// Extra HMR options
200+
// Extra HMR options, the defaults are completely fine
201+
// You can safely omit hotOptions altogether
201202
hotOptions: {
202203
// Prevent preserving local component state
203204
preserveLocalState: false,

0 commit comments

Comments
 (0)