Skip to content

Commit 7ee28ed

Browse files
committed
update vite
1 parent f5feb41 commit 7ee28ed

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

43.5 KB
Binary file not shown.

03-bundling/06-vite/01-basic/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Install [Node.js and npm](https://nodejs.org/en/) (18 / 20+) if they are not alr
8888

8989
- It's already hashed (cache-busting strategy to bypass the browser cache completely).
9090
- 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.
9192

9293
This bundle has been created using `rollup` under the hood.
9394

0 commit comments

Comments
 (0)