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

1 repo

Awesome GitHub RepositoriesBuild System Extensions

Explore 1 awesome GitHub repository matching development tools & productivity · Build System Extensions. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Build Tooling
  4. Build Orchestration and Logic
  5. Build System Extensibility
  6. Build System Extensions

Awesome Build System Extensions 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

  • Abstract Syntax Tree TransformersTools or interfaces that allow modification of code structure during the compilation process.
  • Build Lifecycle HooksMechanisms to execute custom logic at specific stages of a build process via callbacks or event listeners.
  • Custom Module LoadersMechanisms for defining how specific file types are processed and transformed during the build.
Module Resolution Hooks
Interfaces that allow interception and modification of the file resolution and module creation process during compilation.