Skip to content

Commit

Permalink
docs: Add the vite-plugin-static-filehash plugin to the Bundling sect…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
qinyequan committed Oct 9, 2024
1 parent 042989e commit 07c6615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 07c6615

Please sign in to comment.