From 8923a7dd5eddf4e16aca21a904c0a37559f6ffc5 Mon Sep 17 00:00:00 2001 From: Viktor Svertoka Date: Tue, 1 Apr 2025 11:45:59 +0300 Subject: [PATCH] docs(md): add Vite link to bundlers list (#929) Added a link to Vite in the bundlers section of the README. Vite is a next-generation frontend tooling optimized for speed and modern development workflows. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4d5402..02758cb 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [FuseBox](https://github.com/fuse-box/fuse-box) - A bundler that does it right * [Snowpack](https://www.snowpack.dev/) - A lightning-fast frontend build tool, designed for the modern web. * [bundle](https://bundle.js.org) - A quick online npm package size checker. +* [Vite](https://vite.dev/) - Next Generation Frontend Tooling. # Minimizers