From 24a11fed01fcca00cc28c5b1ca07e9b2a8e6f765 Mon Sep 17 00:00:00 2001 From: Viktor Svertoka Date: Tue, 1 Apr 2025 09:52:01 +0300 Subject: [PATCH 1/2] 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. From ec77a44b10375dd0fc8e6da187b237e65a5d64e9 Mon Sep 17 00:00:00 2001 From: Viktor Svertoka Date: Tue, 1 Apr 2025 10:50:40 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c724bed..02758cb7 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,6 @@ 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. @@ -133,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