parcel
Installation
SKILL.md
When to use this skill
Use this skill whenever the user wants to:
- Set up a zero-configuration bundler for web applications
- Bundle JavaScript, CSS, HTML, images, and other assets automatically
- Use hot module replacement (HMR) for fast development
- Configure multi-entry builds, environment variables, and production output
- Migrate from or compare with Webpack/Vite
How to use this skill
Workflow
- Install — add Parcel as a dev dependency
- Point to entry — specify HTML or JS entry file
- Develop — run
parcelfor dev server with HMR - Build — run
parcel buildfor optimized production output - Validate — check output size and asset hashing