rollup-cache

JSON →
library 1.3.0 ·javascript
verified Jun 4, 2026

A Rollup plugin that accelerates builds by caching plugin transformations (e.g., @rollup/plugin-commonjs, @rollup/plugin-node-resolve, @rollup/plugin-babel) and prebuilding npm dependencies into separate bundles. Current stable version is 1.3.0, with irregular releases. Unlike Rollup's built-in in-memory cache, this persists to disk, speeding up initial builds and non-watch builds. Supports TypeScript types, ESM only, and requires a Redis backend.