awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Module Loaders · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesModule Loaders

Mechanisms that locate and load external code modules into an application at runtime.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Module Loaders. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Language Ecosystems and Tooling
  4. Module Management
  5. Module Loaders

Awesome Module Loaders GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • webpack/webpack

    webpack/webpack

    66,022GitHubView on GitHub↗

    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

    JavaScriptamdbuild-toolcommonjs

Explore sub-tags

  • Dynamic Module LoadersUtilities that allow for the programmatic or conditional loading of modules based on runtime criteria like file patterns or directory paths.
  • Short-Circuit Loader ChainsMechanisms that allow loader pipelines to terminate early and return results without executing subsequent steps.