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
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
Turbopack
โ
nextgen Build Tool built on Rust
pgp4win
โ
WinOS Dev tool to verify PGP signature of App installer
Source: gpg4win.org/download.html
Referencesโ
Turbopack
โ nextgen Build Tool built on RustCargo
โ Rust Package Manager & Build Tool