rollup

Installation
SKILL.md

Rollup

Next-generation ES module bundler optimized for libraries and tree shaking.

Quick Start

npm install --save-dev rollup

# Simple bundle
npx rollup src/index.js --file dist/bundle.js --format esm

# With config
npx rollup -c

Configuration

rollup.config.js

Related skills
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026