You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -536,6 +536,7 @@ VITE_PRELOAD_MODE=none # or 'link-tag', 'link-header'
536
536
> - Uses `rel="modulepreload"` for ES modules
537
537
> - Automatically deduplicates URLs to prevent redundant preloads
538
538
> -`link-header` mode is reserved for future HTTP/2 header-based preloading
539
+
> - Requires Vite's [`build.modulePreload`](https://vite.dev/config/build-options#build-modulepreload) to be enabled (default). If you've disabled it in your Vite config, preloading won't work as import dependencies aren't tracked in the manifest.
539
540
540
541
**Performance Benefits:**
541
542
- Reduces load time by downloading dependencies in parallel
0 commit comments