From c5f5290d5f22fb451020d960e6de3b76cdac27d6 Mon Sep 17 00:00:00 2001 From: Jarle Friestad Date: Sun, 21 Sep 2025 12:50:05 +0200 Subject: [PATCH] Add vite-plugin-preload --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b08c4f70..b66b6574 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-plugin-year](https://github.com/8hobbies/vite-plugin-year) - Inserts the current year to the HTML file during build. Useful for adding a copyright year to the HTML file. - [vite-plugin-llms](https://github.com/saschaseniuk/vite-plugin-llms) - Integration for the llms.txt specification supporting AI optimized content alongside application routes. - [module-federation/vite](https://github.com/module-federation/vite) - Official Module Federation integration, enabling dynamic remote module loading. - +- [vite-plugin-preload](https://github.com/jarlef/vite-plugin-preload) - Preload all chunks and stylesheets when dealing with code splitting through frameworks (e.g React.lazy) instead of manualChunks. #### Loaders - [unplugin-icons](https://github.com/antfu/unplugin-icons) - Access thousands of icons as components.