Skip to content

Commit

Permalink
fix(hmr): revert early break from handleHotUpdate loop (#5536)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg authored and patak-dev committed Nov 9, 2021
1 parent fa56223 commit 1684946
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vite/src/node/server/hmr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export async function handleHMRUpdate(
const filteredModules = await plugin.handleHotUpdate(hmrContext)
if (filteredModules) {
hmrContext.modules = filteredModules
break
}
}
}
Expand Down

0 comments on commit 1684946

Please sign in to comment.