Skip to content

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.

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.

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.

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.

rollup

Next-generation ES2015 module bundler. Rollup excels at bundling ES modules, offering a clean and efficient way to package code.