Skip to content

Commit

Permalink
Merge branch 'dev' into feature/configure-timeout-for-livereload
Browse files Browse the repository at this point in the history
  • Loading branch information
joelazar authored Oct 11, 2022
2 parents c005eb2 + 75fc5f5 commit 74fc111
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/remix-react/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,11 @@ import(${JSON.stringify(manifest.entry.module)});`;

return (
<>
<link
rel="modulepreload"
href={manifest.url}
crossOrigin={props.crossOrigin}
/>
<link
rel="modulepreload"
href={manifest.entry.module}
Expand Down

0 comments on commit 74fc111

Please sign in to comment.