Parcel Bundler
parceljs.org
1
Leaving SiteNav
External Link Disclaimer
You are about to visit parceljs.org. This website is not operated by us. We are not responsible for its content or privacy practices.
About this website
Parcel is a zero-configuration web application bundler created by Devon Govoni and the Parcel team in 2017, providing automatic dependency resolution, code transformation, and bundle optimization without any configuration files, with multi-core parallel processing for fast builds, automatic code splitting, tree shaking, hot module replacement, and a plugin system for extending functionality, designed to make bundling web applications as simple as pointing the bundler at an entry HTML file, adopted by over one hundred thousand projects and particularly popular for quickly starting projects without the configuration overhead of webpack. The zero-configuration philosophy means Parcel automatically detects and processes all asset types referenced from the entry HTML file, including JavaScript, TypeScript, CSS, SCSS, LESS, HTML, images, fonts, and custom assets, with automatic installation of necessary transform plugins through npm, requiring no configuration files like webpack.config.js or .babelrc to get started, while advanced configuration is available through a configuration file when needed. The multi-core processing utilizes all available CPU cores for parallel transformation and bundling, with each asset type processed in parallel worker threads, achieving significantly faster build times than single-threaded bundlers on multi-core machines, with intelligent caching of transformed assets across builds for incremental rebuilds. The code splitting automatically creates separate bundles for dynamic imports and shared dependencies, with tree shaking removing unused exports from bundles. The hot module replacement provides instant updates during development. The plugin system through .parcelrc configuration. The scope hoisting for smaller bundles. The source maps for debugging. The image optimization. Designed for web developers.
Statistics
1
Views
0
Clicks
0
Like
0
Dislike