From b3cae6ee7b177013d20305486572f4ba3a9d25dd Mon Sep 17 00:00:00 2001 From: Viktor Svertoka Date: Tue, 1 Apr 2025 00:22:28 +0300 Subject: [PATCH] docs(readme): add Vite link to bundlers list 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 b4d54027..0c724bed 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ ## Bundlers +* [Vite](https://vite.dev/) - Next Generation Frontend Tooling. * [webpack](https://github.com/webpack/webpack) - Packs CommonJs/AMD modules for the browser. * [Rollup](https://github.com/rollup/rollup) - Next-generation ES6 module bundler. * [Brunch](https://github.com/brunch/brunch) - Fast front-end web app build tool with simple declarative config.