From 07c6615c483fc3f30a1bd02c43707999ad7dac92 Mon Sep 17 00:00:00 2001 From: qinyequan Date: Wed, 9 Oct 2024 22:08:59 +0800 Subject: [PATCH] docs: Add the vite-plugin-static-filehash plugin to the Bundling section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9dd23a6a..e09013e3 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [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. +- [vite-plugin-static-filehash](https://github.com/MrQinYQ/vite-plugin-static-filehash) - When you modify a file, it will never affect other files. Similar to webpack-manifest-plugin. It can help the program improve the cache hit rate. #### Transformers