browserify-persist-fs

JSON →
library 1.2.2 ·javascript maintenance
verified Jun 7, 2026

A persistent filesystem cache for Browserify that speeds up incremental builds by storing transformation results per file. Version 1.2.2 is the latest stable release; the package is in maintenance mode with no new features expected. It requires a version of Browserify that depends on module-deps >=4.1.0 (e.g., browserify v14.1.0+). Key differentiators: supports garbage collection, logging API for debugging slow builds, and manual cache invalidation via a hashObject. Unlike other caching solutions (e.g., browserify-incremental), it persists to disk so that even CI builds benefit from cached results between runs.