An open API service indexing awesome lists of open source software.

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.

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).