From d76def4c00d5368721b7b4787c262fa38ceba046 Mon Sep 17 00:00:00 2001 From: YuTengjing Date: Wed, 14 Feb 2024 09:37:34 +0800 Subject: [PATCH] Add unplugin-detect-duplicated-deps --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 933abf8f..56e2a411 100644 --- a/README.md +++ b/README.md @@ -509,6 +509,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-plugin-ngrok](https://github.com/aphex/vite-plugin-ngrok) - Integration with Ngrok, allowing you to easily share your local development server. - [vite-plugin-docker](https://github.com/yracnet/vite-plugin-docker) - Docker utility based on Dockerode. - [vite-plugin-api-routes](https://github.com/yracnet/vite-plugin-api-routes) - Generate route mapping for API Routes services from the directory tree. +- [unplugin-detect-duplicated-deps](https://github.com/tjx666/unplugin-detect-duplicated-deps) - Detect duplicate packaged dependencies. #### Testing @@ -650,6 +651,7 @@ In this section, we use badges to indicate the targeted Vue version for each plu #### Helpers - [vite-plugin-kit-routes](https://github.com/jycouet/kitql/tree/main/packages/vite-plugin-kit-routes) - Generates a file with all the routes, params, actions of your SvelteKit App. +
### Solid