2 Repos
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.
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.
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.