Topics


Pages

  • ES Build

    Claims to be 10-100x faster than Parcel, Webpack and Rollup + Terser.

    The website has a list in a section called Major Features.

  • Microbundle

    Zero-config tiny module bundler for ESM, CJS and UMD output, built on Rollup

  • Vite

    A fast builder/bundler with a dev server


Content

Uncategorized Links

  • Browserify
  • JSPM
  • Rollup
  • Brunch
  • Broccoli
    • Used with Brunch
  • Sprockets
  • Parcel
  • Snowpack
    • WASM-powered frontend build tool. Fast, lightweight, unbundled ESM

      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.

See also my repo with quickstarts for Webpack, Babel, etc.