Building tools
Vite
Native-ESM powered web dev build tool. It’s known for its incredible speed, making it a favorite for modern web development.
rollup
Next-generation ES2015 module bundler. Rollup excels at bundling ES modules, offering a clean and efficient way to package code.
Snowpack
The faster frontend build tool. Snowpack leverages modern browser capabilities to deliver lightning-fast build times.
esbuild
An extremely fast JavaScript bundler and minifier. esbuild is designed to be efficient and quick, streamlining the build process significantly.
Parcel
Parcel is a zero configuration build tool for the web. It simplifies the build process with its easy setup, allowing developers to focus more on coding.
Webpack
Packs modules and assets for the browser. Webpack is a versatile and widely-used tool that handles the bundling of JavaScript modules and other assets.
Oxc
OXC is a new build tool that aims to provide a modern, fast, and flexible build system for web development. It’s designed to be easy to use and highly customizable.