awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesDependency Inlining Controls

Logic to determine which dependencies are bundled into the final output and which remain external.

Distinct from Package and Dependency Management: Focuses on the decision logic of inlining vs externalizing, not just managing the package manifest.

Explore 1 awesome GitHub repository matching part of an awesome list · Dependency Inlining Controls. Refine with filters or upvote what's useful.

Awesome Dependency Inlining Controls GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • developit/microbundleAvatar de developit

    developit/microbundle

    8,135Ver en GitHub↗

    Microbundle is a zero-configuration JavaScript module bundler designed to package small libraries and modules into optimized distribution files. It serves as a JavaScript library packager and TypeScript compiler, converting source code into compatible module formats for both browser and server-side runtimes. The tool functions as a bundle size optimizer by mangling object properties and analyzing bundle composition to reduce final file sizes. It also acts as a CSS module processor, converting style imports into external stylesheets or scoped modules to prevent global namespace collisions. It

    Manages which modules are bundled into the final output versus those that remain as external references.

    JavaScript
    Ver en GitHub↗8,135
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Package and Dependency Management
  5. Dependency Inlining Controls