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: 03-bundling/06-vite/01-basic/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
@@ -88,6 +88,7 @@ Install [Node.js and npm](https://nodejs.org/en/) (18 / 20+) if they are not alr
88
88
89
89
- It's already hashed (cache-busting strategy to bypass the browser cache completely).
90
90
- File is minified.
91
+
- It also adds a polyfill (via runtime IIFE) to add support for browsers that don't support natively `modulepreload`. It basically adds support to eagerly-download `<link>` assets in parallel mode meanwhile the app is being loaded and thus, reducing loading and processing time of scripts.
91
92
92
93
This bundle has been created using `rollup` under the hood.
0 commit comments