Skip to main content

Build Tool โ†” Dev tool to Transpile & Bundle project

Module Bundlerโ€‹

Dev tool to combine Modules into single file

Webpackโ€‹

legacy production industry standard to Bundle Web App - slow clunky reliable ๐Ÿฑโ€๐Ÿ‰, deep config

Source: webpack.js.org/

Rollup

ESBuildโ€‹

CLI Dev tool to Transpile & Bundle JS, fast efficient Compiler built in Go

Sources: github.com/evanw/esbuild esbuild.github.io

Transpiler

Viteโ€‹

Dev tool to scaffold & build framework UI, next-gen ESBuild Bundler 100X Webpack perf, support native Module, native TS

Hot Module Replacementโ€‹

(feat) to update Module in live App instance seamlessly

parcel

Turbopackโ€‹

nextgen Build Tool built on Rust

pgp4winโ€‹

WinOS Dev tool to verify PGP signature of App installer

Source: gpg4win.org/download.html

Referencesโ€‹

  1. Turbopack โ†” nextgen Build Tool built on Rust

  2. Cargo โ†” Rust Package Manager & Build Tool