awesome
awesome copied to clipboard
feat: add `lbundle`, Zero config bundler for all libraries purposes
Awesome Contribution Checklist:
- [x] I have read, and re-read the Contributing Guidelines
- [X] I have searched to ensure the suggested item doesn't exist on this list
- [X] This PR contains only one item
Please Provide a Link A Repository for Your Addition
Please Describe Your Addition
Adding lbundle, Zero config bundler for libraries and NPM packages that relays on the library's package.json best practices,
it's built on top of Rollup and SWC and supports all libraries purposes (e.g. utilities, components, cli, ...),
it's super fast and support running with bun using bunx --bun lbundle.
@shellscape this is built on top of Rollup, it's not a Rollup plugin or accessory per se -- would you say this sort of thing belongs on the awesome-rollup page? (I note we don't include Vite, for example, which is in a similar category of "bundler built on top of Rollup"...)
hmm, that's fair, I saw similar libs here so thought why not adding it