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

1 repo

Awesome GitHub RepositoriesAsset Bundlers

Tools that process, transform, and package frontend assets like code, styles, and modules into browser-ready files.

Distinguishing note: Distinct from general build tools: specifically manages dependency graphs and loaders for frontend-centric asset pipelines.

Explore 1 awesome GitHub repository matching web development · Asset Bundlers. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Asset Bundlers

Awesome Asset Bundlers GitHub Repositories

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

    evanw/esbuild

    39,787View on GitHub↗

    esbuild is a high-performance JavaScript bundler and transpiler designed to transform modern web assets into production-ready code. Built with a focus on speed, it utilizes a concurrent execution model to perform parsing, linking, and code generation across multiple CPU cores. The engine handles a wide range of tasks, including TypeScript compilation, JSX transformation, and CSS bundling, while maintaining a consistent build process across diverse environments. What distinguishes the project is its architecture, which leverages memory-mapped file processing and a single-pass transformation st

    Converting modern syntax like TypeScript, JSX, and CSS into browser-compatible code while managing complex dependency graphs and file loaders.

    Gobundlercommonjscompiler
    39,787View on GitHub↗