Skip to content

Commit

Permalink
Fix module ID
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Dec 12, 2023
1 parent 77a7427 commit d83d9e8
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 @@ -924,7 +924,7 @@ export const remixVitePlugin: RemixVitePlugin = (options = {}) => {
},
async load(id) {
switch (id) {
case VirtualModule.resolve(serverEntryId): {
case VirtualModule.resolve(serverBuildId): {
return await getServerEntry();
}
case VirtualModule.resolve(serverManifestId): {
Expand Down

0 comments on commit d83d9e8

Please sign in to comment.