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
- Only first change is tracked when index.html is not in the root dir
- Some way to import CSS as an asset file, not just adding to the bundle
- How can I import global scss file in Vue?
- Can't watch changes when there are dots in the root dir name
- Modules imported with incorrect capitalisation on case insensitve FS are not watched
- 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
- Docs
- JavaScript not yet supported