Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unjs/unplugin
Unified plugin system for Vite, Rollup, Webpack, esbuild, Rolldown, and more
https://github.com/unjs/unplugin
esbuild rolldown rollup rspack unplugin vite webpack
Last synced: 6 days ago
JSON representation
Unified plugin system for Vite, Rollup, Webpack, esbuild, Rolldown, and more
- Host: GitHub
- URL: https://github.com/unjs/unplugin
- Owner: unjs
- License: mit
- Created: 2021-07-12T13:41:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T01:33:18.000Z (14 days ago)
- Last Synced: 2024-12-30T17:28:31.878Z (13 days ago)
- Topics: esbuild, rolldown, rollup, rspack, unplugin, vite, webpack
- Language: TypeScript
- Homepage: https://unplugin.unjs.io
- Size: 2.73 MB
- Stars: 3,135
- Watchers: 17
- Forks: 116
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - unplugin
- awesome - unplugin - Unified plugin system for Vite, Rollup, Webpack, and esbuild. (Bundle Tool)
README
# Unplugin
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]Unified plugin system for build tools.
Currently supports:
- [Vite](https://vitejs.dev/)
- [Rollup](https://rollupjs.org/)
- [Webpack](https://webpack.js.org/)
- [esbuild](https://esbuild.github.io/)
- [Rspack](https://www.rspack.dev/)
- [Rolldown](https://rolldown.rs/) (⚠️ experimental)
- [Farm](https://www.farmfe.org/)
- And every framework built on top of them.## Documentations
Learn more on the [Documentation](https://unplugin.unjs.io/)
## License
[MIT](./LICENSE) License © 2021-PRESENT Nuxt Contrib
[npm-version-src]: https://img.shields.io/npm/v/unplugin?style=flat&colorA=18181B&colorB=F0DB4F
[npm-version-href]: https://npmjs.com/package/unplugin
[npm-downloads-src]: https://img.shields.io/npm/dm/unplugin?style=flat&colorA=18181B&colorB=F0DB4F
[npm-downloads-href]: https://npmjs.com/package/unplugin
[license-src]: https://img.shields.io/github/license/unjs/unplugin.svg?style=flat&colorA=18181B&colorB=F0DB4F
[license-href]: https://github.com/unjs/unplugin/blob/main/LICENSE