back to home
Best Open Source module bundler Libraries
A curated list of the most popular GitHub repositories tagged with module bundler. Select any project to visualize its architecture and dive into the codebase using RepoMind's AI engine.
#1webpack/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
66,027JavaScript
Analyze Code
#2parcel-bundler/parcel
The zero configuration build tool for the web. 📦🚀
44,041JavaScript
Analyze Code
#3browserify/browserify
browser-side require() the node.js way
14,731JavaScript
Analyze Code
#4web-infra-dev/rspack
The fast Rust-based JavaScript bundler with webpack-compatible API 🦀️
12,495Rust
Analyze Code