https://github.com/neo-hack/rollup-template
rollup template
https://github.com/neo-hack/rollup-template
rollup template
Last synced: over 1 year ago
JSON representation
rollup template
- Host: GitHub
- URL: https://github.com/neo-hack/rollup-template
- Owner: neo-hack
- License: mit
- Created: 2021-10-06T11:28:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T14:46:28.000Z (about 3 years ago)
- Last Synced: 2024-04-23T17:33:40.363Z (about 2 years ago)
- Topics: rollup, template
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/neo-hack/rollup-template) [](https://github.com/neo-hack/rollup-template) [](https://stackblitz.com/github/neo-hack/rollup-template)
[Edit on StackBlitz ⚡️](https://stackblitz.com/github/neo-hack/rollup-template)
## features
* ⚡ Fast - Build with [`rollup-plugin-esbuild`](https://github.com/egoist/rollup-plugin-esbuild)
* 📊 Stats - output bag bundlesize
* 📦 Exclude `dependencies` and `peerDependencies`, and bundle `devDependencies`
* 💪 Typescript - type safe, support alias path with [`ts-patch`](https://github.com/nonara/ts-patch)
* 🃏 Auto setup package condition exports with [`rollup-plugin-condition-exports`](https://github.com/JiangWeixian/rollup-plugin-condition-exports/tree/master)
* ✅ Vitest
* 📦 Publish with `changesets`
## install
```console
pnpm i @aiou/rollup-template
```
## development
* **Setup** - `pnpm i`
* **Build** - `pnpm build`
#
*built with ❤️ by 😼*