From 55729e03edffd25d33f8f7e0cffc75fd0ceb6788 Mon Sep 17 00:00:00 2001 From: Jarle Friestad Date: Mon, 12 Jun 2023 01:36:56 +0200 Subject: [PATCH] Add vite-plugin-preload --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e32f0563..2d8f7a5c 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ Use the "Table of Contents" menu on the top-left corner to explore the list. - [Vite-plugin-haxe](https://github.com/ciscoheat/vite-plugin-haxe) - Use Haxe when targeting JS, transforming `.hxml`. - [vite-plugin-leader-line](https://github.com/yehan68/vite-plugin-leader-line) - Add default export to leader-line. - [vite-plugin-generate-html](https://github.com/gedouu/vite-plugin-generate-html) - Define separate output files for JavaScript and CSS bundles. +- [vite-plugin-preload](https://github.com/jarlef/vite-plugin-preload) - A Plugin to preload all chunks and stylesheets when dealing with code splitting through frameworks (e.g React.lazy) instead of manualChunks in Vite #### Helpers