From a4118198192fa9f62d18538833486f4e84b9d35d Mon Sep 17 00:00:00 2001 From: wille Date: Thu, 22 Aug 2024 14:53:42 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8484319b..82acbaa5 100644 --- a/README.md +++ b/README.md @@ -404,6 +404,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-plugin-serve-static](https://github.com/reifiedbeans/vite-plugin-serve-static) - Allows serving arbitrary static files not in the `public/` directory. - [vite-plugin-valibot-env](https://github.com/idleberg/vite-plugin-valibot-env) - Validate environment variables against a Valibot schema. - [vite-plugin-vitest-cache](https://github.com/raegen/vite-plugin-vitest-cache) - Optimize `Vitest` execution time through caching. +- [vite-preload](https://github.com/wille/vite-preload) - Speed up your Vite application by preloading modules and stylesheets as early as possible. Supports lazy modules and React. #### Testing From 612e15fad17d45bd80c275142e33dab98e324ce0 Mon Sep 17 00:00:00 2001 From: cszhjh Date: Wed, 4 Sep 2024 17:46:44 +0800 Subject: [PATCH 2/3] add vite-plugin-magic-preloader --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0343ea33..71b4cb51 100644 --- a/README.md +++ b/README.md @@ -353,6 +353,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-plugin-abbrlink](https://github.com/tangerball/abbrlink/tree/master/packages/vite-plugin-abbrlink#readme) - Add the abbrlink attribute to the `markdown` file in the specified directory. - [vite-plugin-native](https://github.com/vite-plugin/vite-plugin-native) - Supports Node/Electron C/C++ native addons. - [@yoichiro/vite-plugin-handlebars](https://github.com/yoichiro/vite-plugin-handlebars) - Import of Handlebars templates `.hbs` as ES Modules. +- [vite-plugin-magic-preloader](https://github.com/cszhjh/vite-plugin-magic-preloader) - Generate `` or `` tags through magic comments and inject them into `index.html`. #### Helpers @@ -719,7 +720,6 @@ In this section, we use badges to indicate the targeted Vue version for each plu - [vite-plugin-typo3](https://github.com/s2b/vite-plugin-typo3) - Frontend integration for TYPO3 CMS. - [vite-asset-collector for TYPO3](https://github.com/s2b/vite-asset-collector) - Backend integration for TYPO3 CMS. - ### Go - [vite](https://github.com/olivere/vite) - Integration with Go. From 59c1ed912b1e06bdeea2814c675954218da9314f Mon Sep 17 00:00:00 2001 From: wille Date: Wed, 4 Sep 2024 19:01:51 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82acbaa5..418d1c1d 100644 --- a/README.md +++ b/README.md @@ -404,7 +404,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-plugin-serve-static](https://github.com/reifiedbeans/vite-plugin-serve-static) - Allows serving arbitrary static files not in the `public/` directory. - [vite-plugin-valibot-env](https://github.com/idleberg/vite-plugin-valibot-env) - Validate environment variables against a Valibot schema. - [vite-plugin-vitest-cache](https://github.com/raegen/vite-plugin-vitest-cache) - Optimize `Vitest` execution time through caching. -- [vite-preload](https://github.com/wille/vite-preload) - Speed up your Vite application by preloading modules and stylesheets as early as possible. Supports lazy modules and React. +- [vite-preload](https://github.com/wille/vite-preload) - Preloads lazy loaded modules and stylesheets that were rendered by the server using 103 Early Hints, Link headers or link tags. #### Testing