Bundler
↔ Dev tool to combine Modules into fewer file to optimize for Browser
aka Bundle
JS Bundle
single combined JS Code output for Client to run, often Transpile to ES6 for compat
Dead Code Elimination
(process) to remove unused Code
References
/src
↔ dir to add Source Code & other files to later Bundle into single PackageTree Shaking
↔ (process) to remove Dead Code from final BundleBrowser Module Path
↔ toimport
Module via Module Specifier to point to CDN URL link - to allow immediate Execution in Browser w/o BundlerBuild Tool
↔ Dev tool to Transpile & Bundle projectpolyfill-library
↔ Lib to request Online API to remotely load Polyfill Bundle based on UA Client. cur ver v3dependencies
↔ to list Module to Bundle & prod shipESBuild
↔ CLI Dev tool to Transpile & Bundle JS, fast efficient Compiler built in GoVite
↔ Dev tool to scaffold & build framework UI, next-gen ESBuild Bundler 100X Webpack perf, support native Module, native TSto reduce bundle size
↔ keep Deps on Server Component, min Bundle for ClientWebpack
↔ legacy production industry standard to Bundle Web App - slow clunky reliable 🐱🐉, deep config