Blazing fast, zero configuration web application bundler
Parcel greatly reduces the technical details developers need to worry about. Focus on business development rather than configuring sass/less or JavaScript transpilation. No more webpack configurations - just write code, install packages with npm, and you're good to go.
For backend developers who need to build web features, Parcel allows for rapid development. Install npm packages without any configuration. Simply run "npm install" and start coding without dealing with complex build tool configurations.
Parcel uses worker processes to enable multicore compilation and has a filesystem cache for fast rebuilds even after a restart. This enables extremely fast bundling times compared to traditional tools.
Note: The official v1.parceljs.org website is no longer available (404). This documentation site serves as an archived backup. You can find the Parcel v1.0 documentation at parcel-v1.janqi.com.