https://github.com/aprosail/rolldown-enhance
Some rolldown plugins to make your rolldown experience better.
https://github.com/aprosail/rolldown-enhance
devtool rolldown rolldown-enhance rolldown-plugin ts
Last synced: 5 months ago
JSON representation
Some rolldown plugins to make your rolldown experience better.
- Host: GitHub
- URL: https://github.com/aprosail/rolldown-enhance
- Owner: aprosail
- License: apache-2.0
- Created: 2025-10-13T12:32:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-13T12:48:23.000Z (8 months ago)
- Last Synced: 2025-10-13T14:03:29.890Z (8 months ago)
- Topics: devtool, rolldown, rolldown-enhance, rolldown-plugin, ts
- Language: TypeScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rolldown Enhance Workspace
Some plugins to make your rolldown experience better.
This repository is a pnpm workspace containing following packages and plugins:
Packages (tools and lower level APIs):
- [common-lib-tsconfig](./packages/common-lib-tsconfig)
([npm](https://www.npmjs.com/package/common-lib-tsconfig)):
tsconfig.json code reuse for libraries development.
- [current-changelog](./packages/current-changelog)
([npm](https://www.npmjs.com/package/current-changelog)):
generate changelog of current version.
- [rolldown-enhance](./packages/rolldown-enhance)
([npm](https://www.npmjs.com/package/rolldown-enhance)):
the collection of all those packages and plugins.
- [tsconfig-aliases](./packages/tsconfig-aliases)
([npm](https://www.npmjs.com/package/tsconfig-aliases)):
detect aliases defined in `tsconfig.json`.
Plugins (with `rolldown-plugin-` prefix):
- [auto-external](./plugins/auto-external)
([npm](https://www.npmjs.com/package/rolldown-plugin-auto-external)):
auto externalize dependencies for rolldown.
- [empty-outdir](./plugins/empty-outdir)
([npm](https://www.npmjs.com/package/rolldown-plugin-empty-outdir)):
empty output directory for all rolldown outputs.
- [tsconfig-paths](./plugins/tsconfig-paths)
([npm](https://www.npmjs.com/package/rolldown-plugin-tsconfig-paths)):
resolve paths from tsconfig for rolldown.
WIP.
## Open Source License
This package is released under the [Apache 2.0 License](./LICENSE).