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
·

2 repositorios

Awesome GitHub RepositoriesMultiple Entrypoint Generation

Configurations for creating separate bundles from multiple starting points to optimize page-specific loading.

Distinct from CLI Entrypoints: Candidates focus on CLI or Server entrypoints; this is about web bundle segmentation for performance.

Explore 2 awesome GitHub repositories matching web development · Multiple Entrypoint Generation. Refine with filters or upvote what's useful.

Awesome Multiple Entrypoint Generation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • jantimon/html-webpack-pluginAvatar de jantimon

    jantimon/html-webpack-plugin

    10,728Ver en GitHub↗

    This project is a Webpack HTML generator and template engine that creates HTML files and automatically injects compiled script and style bundles. It functions as an asset injection tool and build process minifier to automate the production of web pages. The tool differentiates itself through a customizable template system that supports dynamic variable injection, programmatic content generation, and the ability to generate multiple distinct HTML entry points for multi-page applications. It also provides a hook-based lifecycle pipeline, allowing for the modification of assets and tags before t

    Enables the generation of multiple distinct HTML entry points within a single build configuration.

    JavaScripthtml-webpack-pluginwebpack
    Ver en GitHub↗10,728
  • petehunt/webpack-howtoAvatar de petehunt

    petehunt/webpack-howto

    10,010Ver en GitHub↗

    This project is a Webpack build guide and a reference for implementing a JavaScript module bundler. It serves as a frontend build pipeline designed to resolve dependencies, package source files, and optimize assets for web browsers. The guide focuses on asset optimization and performance strategies. This includes implementing code splitting for asynchronous module loading, extracting shared dependencies to improve browser caching, and generating multiple entrypoints to reduce initial download sizes. The project covers a broad range of build-time capabilities, including modern JavaScript tran

    Provides configurations to generate separate bundles for different pages to reduce the initial download size for users.

    JavaScript
    Ver en GitHub↗10,010
  1. Home
  2. Web Development
  3. Multiple Entrypoint Generation