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

1 repo

Awesome GitHub RepositoriesZero-Configuration Web Bundlers

Bundlers that automatically detect project structure to produce optimized assets.

Distinguishing note: Focuses on the bundling capability specifically, distinct from general build tools.

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

  1. Home
  2. Web Development
  3. Zero-Configuration Web Bundlers

Awesome Zero-Configuration Web 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.
  • parcel-bundler/parcel

    parcel-bundler/parcel

    44,041View on GitHub↗

    Parcel is a web application bundler designed to automate the packaging of project assets for production. It functions as a zero-configuration tool that detects dependencies and transforms source files into optimized output without requiring manual setup files. The project includes a built-in development server that supports incremental builds and hot module replacement to reflect code changes during the development cycle. The core of the system is a dependency graph resolver that maps relationships between modules to determine the structure of output bundles. This is supported by a modular as

    Automatically detects dependencies and transforms source files into optimized production assets without manual configuration.

    JavaScriptassetsbuild-toolcommonjs
    44,041View on GitHub↗