1 repo
Tools that analyze dependency graphs to combine multiple source files and assets into optimized bundles for browser execution.
Explore 1 awesome GitHub repository matching development tools & productivity · Module Bundlers. Refine with filters or upvote what's useful.
Webpack is a module bundler that maps project dependencies into a directed acyclic graph to transform diverse file types into optimized, browser-ready assets. It functions as a build pipeline orchestrator, using entry points to recursively resolve imports and bundle modules, scripts, and static assets into a unified ou
Organizes complex dependency graphs into streamlined, browser-optimized resource bundles.