Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: merge main
  • Loading branch information
patak-cat committed Mar 28, 2024
commit 001aa4dcc06babd36fb97d41eacfe0a32fbec2f2
2 changes: 1 addition & 1 deletion packages/vite/src/node/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ export async function _createServer(
await container.watchChange(file, { event: 'update' })
// invalidate module graph cache on file change
moduleGraph.onFileChange(file)
await onHMRUpdate(file, false)
await onHMRUpdate('update', file)
}

const fsUtils = getFsUtils(config)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.