From 7acd448f61fea83f6dcef6191899fe89550a7b71 Mon Sep 17 00:00:00 2001 From: Dieter Oberkofler Date: Thu, 30 Oct 2025 12:24:54 +0100 Subject: [PATCH] Add vite-plugin-merge-css to plugins list A vite plugin that automatically merges all css chunks for each entry point into a single css file. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b08c4f70..2fc38443 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-plugin-year](https://github.com/8hobbies/vite-plugin-year) - Inserts the current year to the HTML file during build. Useful for adding a copyright year to the HTML file. - [vite-plugin-llms](https://github.com/saschaseniuk/vite-plugin-llms) - Integration for the llms.txt specification supporting AI optimized content alongside application routes. - [module-federation/vite](https://github.com/module-federation/vite) - Official Module Federation integration, enabling dynamic remote module loading. +- [vite-plugin-merge-css](https://github.com/doberkofler/vite-plugin-merge-css) - Automatically merges all css chunks for each entry point into a single css file. #### Loaders