Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Aug 27, 2024
1 parent 213eade commit 3ca5230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-dev/vite/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,7 @@ export const remixVitePlugin: RemixVitePlugin = (remixUserConfig = {}) => {
invalidateVirtualModules(server);
}
} else {
// detect server only module change for Vite 6
// for HDR, detect server only module change for Vite 6
hmrEventData.serverOnly = modules.every(
(m) => !m.invalidationState && m.ssrInvalidationState
);
Expand Down

0 comments on commit 3ca5230

Please sign in to comment.