Build tools for bundling front-end assets
At its core, webpack is a static module bundler for modern JavaScript applications. When webpack processes your application, it internally builds a dependency graph which maps every module your project needs and generates one or more bundles.
stars: 63,542 | issues: 330 | forks: 8,883
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects.
stars: 59,876 | issues: 582 | forks: 5,344
Parcel is a web application bundler, differentiated by its developer experience. It offers blazing fast performance utilizing multicore processing, and requires zero configuration.
stars: 42,712 | issues: 756 | forks: 2,306
Snowpack is a lightning-fast frontend build tool, designed for the modern web. It is an alternative to heavier, more complex bundlers like webpack or Parcel in your development workflow. Snowpack leverages JavaScript's native module system (known as ESM) to avoid unnecessary work and stay fast no matter how big your project grows.
stars: 19,592 | issues: 396 | forks: 957