1 repo
Tools that aggregate and optimize web project assets for production deployment.
Distinguishing note: Focuses on the end-to-end bundling process, distinct from simple task runners.
Explore 1 awesome GitHub repository matching web development · Web Application Bundlers. Refine with filters or upvote what's useful.
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
Configures entry points and manages dependencies to bundle web projects into optimized production assets.