3 个仓库
Strategies for defining multiple starting points to generate distinct bundles for different pages.
Distinct from Bundle Optimizers: Focuses on the mapping of entrypoints to output files, whereas Bundle Optimizers is a broader category of size reduction.
Explore 3 awesome GitHub repositories matching web development · Entrypoint Mapping. Refine with filters or upvote what's useful.
WXT is a development framework and build tool for creating browser extensions. It transforms source code into browser-compatible formats and provides a structured environment for managing the compilation and asset management of web extensions. The framework automates the definition of background and content scripts by mapping the file-system structure directly to extension manifests. It includes a development environment with hot module replacement to apply real-time code updates in the browser without manual restarts. The toolset covers the full extension lifecycle, including project bootst
Automates the mapping of source folder structures to extension manifests for background and content scripts.
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
Generates unique output files based on defined starting points to optimize the initial load for different pages.
本项目是一个 PHP 兼容性 Polyfill,旨在将核心函数和常量从 PHP 7.2 向后移植到旧版本的语言。它作为 PHP 标准库扩展和版本向后移植,提供了一个兼容层,填补了 PHP 核心中的空白,以确保在不同环境中的一致行为。 该库通过实现缺失的标准库函数实现跨版本代码可移植性,允许较新的语言特性在旧版 PHP 环境中运行。这确保了应用能够保持一致的接口,并在运行于过时版本时仍能与当前库保持兼容。
Loads distinct JavaScript and CSS bundles on a per-page basis via importmap mapping.