Skip to content

parcel-bundler/parcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c2afb4b Β· Mar 24, 2025
Sep 11, 2023
Apr 22, 2024
Feb 2, 2025
Apr 29, 2021
Apr 20, 2024
Mar 19, 2025
Jan 2, 2025
Sep 30, 2024
Jan 4, 2024
Mar 24, 2025
Jan 4, 2024
Nov 11, 2024
May 9, 2020
Jan 12, 2025
Oct 29, 2018
Jan 4, 2024
May 9, 2019
Apr 20, 2024
May 1, 2024
Jan 7, 2025
Nov 1, 2021
Jan 4, 2024
Mar 23, 2025
Dec 8, 2017
Apr 20, 2024
Jan 5, 2025
Nov 10, 2024
Jan 1, 2018
Aug 13, 2019
Dec 14, 2019
Mar 3, 2025
May 10, 2021
Mar 3, 2025
May 20, 2024
Jun 3, 2024
Apr 11, 2020
Apr 11, 2020
Mar 23, 2025

Repository files navigation

Parcel

Backers on Open Collective Sponsors on Open Collective Build Status npm package npm package Discord Twitter Follow

Parcel is a zero configuration build tool for the web. It combines a great out-of-the-box development experience with a scalable architecture that can take your project from just getting started to massive production application.

Features

  • 😍 Zero config – Parcel supports many languages and file types out of the box, from web technologies like HTML, CSS, and JavaScript, to assets like images, fonts, videos, and more. It has a built-in dev server with hot reloading, beautiful error diagnostics, and much more. No configuration needed!
  • ⚑️ Lightning fast – Parcel's JavaScript compiler is written in Rust for native performance. Your code is built in parallel using worker threads, utilizing all of the cores on your machine. Everything is cached, so you never build the same code twice. It's like using watch mode, but even when you restart Parcel!
  • πŸš€ Automatic production optimization – Parcel optimizes your whole app for production automatically. This includes tree-shaking and minifying your JavaScript, CSS, and HTML, resizing and optimizing images, content hashing, automatic code splitting, and much more.
  • 🎯 Ship for any target – Parcel automatically transforms your code for your target environments. From modern and legacy browser support, to zero config JSX and TypeScript compilation, Parcel makes it easy to build for any target – or many!
  • 🌍 Scalable – Parcel requires zero configuration to get started. But as your application grows and your build requirements become more complex, it's possible to extend Parcel in just about every way. A simple configuration format and powerful plugin system that's designed from the ground up for performance means Parcel can support projects of any size.

Getting Started

See the following guides in our documentation on how to get started with Parcel.

Documentation

Read the docs at https://parceljs.org/docs/.

Community

Contributors

This project exists thanks to all the people who contribute. [Contribute]. contributors

Backers

Thank you to all our backers! πŸ™ [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]