parcel
https://github.com/parcel-bundler/parcel
JavaScript
The zero configuration build tool for the web. 📦🚀
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
JavaScript not yet supported42 Subscribers
View all SubscribersAdd a CodeTriage badge to parcel
Help out
- Issues
- Importing text files in `--target=node` mode yields absolute paths (like `/data.csv`) when they should be relative paths (like `./data.csv`)
- Add common useful ENV vars
- add support for path.join to fs.readFileSync
- Parcel doesn't always generate index.html files in sub-directories
- Pipeline should bundle all parts of generated with the same type instead of only the last
- Implement Promise#inspect for import() promises
- parcel dev server will serve index.html when `--public-url` is set to `./` (dev server will serve index.html to anything unrecognized)
- Typescript + Async/Await has hidden stack trace / source map until full refresh
- Better WebAssembly integration
- Rebuild HMR results in endless render cycle (?) (React)
- Docs
- JavaScript not yet supported