Skip to content

Latest commit

 

History

History
executable file
·
34 lines (22 loc) · 1.37 KB

README.md

File metadata and controls

executable file
·
34 lines (22 loc) · 1.37 KB

rollup-template

npm GitHub stackblitz

Edit on StackBlitz ⚡️

features

  • ⚡ Fast - Build with rollup-plugin-esbuild
  • 📊 Stats - output bag bundlesize
  • 📦 Exclude dependencies and peerDependencies, and bundle devDependencies
  • 💪 Typescript - type safe, support alias path with ttypescript
  • 🃏 Auto setup package condition exports with rollup-plugin-condition-exports
  • ✅ Vitest
  • 📦 Publish with changesets

install

pnpm i @aiou/rollup-template

development

  • Setup - pnpm i
  • Build - pnpm build

built with ❤️ by 😼