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