common-shakeify

JSON →
library 1.1.2 ·javascript
verified Jun 4, 2026

Browserify tree-shaking plugin using the CommonJS tree shaker common-shake. Current stable version is 1.1.2, with no recent updates. It comments out unused CommonJS exports from modules during bundling, allowing a subsequent minifier to eliminate dead code. Key differentiator: unlike ES module tree-shakers, it supports CommonJS modules, which are prevalent in older or Node-based projects. Works only with browserify, not standalone.