From 564b18cb6c5f51b7027448c09625e2703554f0ac Mon Sep 17 00:00:00 2001 From: qinyequan Date: Thu, 12 Sep 2024 15:58:23 +0800 Subject: [PATCH] docs: Add the vite-plugin-dynamic-chunk plugin to the Bundling section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71b4cb51..3559ce00 100644 --- a/README.md +++ b/README.md @@ -312,6 +312,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-plugin-minipic](https://github.com/60late/vite-plugin-minipic) - Efficient image compression tool. - [vite-plugin-robots](https://github.com/kolirt/vite-plugin-robots) - Generating `robots.txt`. - [vite-plugin-bundle-obfuscator](https://github.com/z0ffy/vite-plugin-bundle-obfuscator) - JavaScript obfuscator. +- [vite-plugin-dynamic-chunk](https://github.com/MrQinYQ/vite-plugin-dynamic-chunk) - Split dependencies between entry and dynamic entry, and merge small chunks. #### Transformers