awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Loader and Middleware Chains · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesLoader and Middleware Chains

Explore 1 awesome GitHub repository matching development tools & productivity · Loader and Middleware Chains. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Build Tooling
  4. Asset and File Management
  5. Asset Processing Pipelines
  6. Loader and Middleware Chains

Awesome Loader and Middleware Chains 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

    Sequence multiple transformation steps to process various source file formats into browser-ready assets.

    JavaScriptamdbuild-toolcommonjs

Explore sub-tags

  • Build LoadersComponents that transform or process specific file types during the build and bundling phase.
  • Loader MiddlewareIntermediary software layers that intercept and modify the behavior of file loaders during compilation.
  • Loader PatternsStandardized approaches and design patterns for implementing file loading and transformation logic.
Loader Pipelines
Chained sequences of loaders that process source files through multiple transformation steps in order.