DrSensor / DrSensor/lume-plugins
Rollup plugin
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Worth to implement since rollup has better code splitting analysis than esbuild. Hopefully it's not going to be rewrite of vite 😅
- [ ] sane default config and rollup plugins (see how vite implement it)
- [ ] wrap esbuild or terser lume plugin as rollup plugin when one of them is used in the pipeline (tips: check if the entry points of both plugins being overlap)
- [ ] register `site`[`.hooks`](https://lume.land/docs/advanced/plugins/#hooks) `.addRollupPlugin(function)`
- [ ] replace with [rolldown](https://github.com/rolldown-rs/rolldown) or [farm](https://github.com/farm-fe/farm) when it's ready
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.