back to home
Best Open Source loaders Libraries
A curated list of the most popular GitHub repositories tagged with loaders. 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
#2web-infra-dev/rspack
The fast Rust-based JavaScript bundler with webpack-compatible API 🦀️
12,495Rust
Analyze Code