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