{"library":"common-shakeify","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"1.1.2","tags":["javascript","browserify","common-shake","tree-shaking"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install common-shakeify","imports":["var commonShake = require('common-shakeify')","b.plugin(commonShake, { verbose: true })","browserify -p common-shakeify app.js > bundle.js"]},{"cmd":"yarn add common-shakeify","imports":[]},{"cmd":"pnpm add common-shakeify","imports":[]}],"homepage":"https://github.com/browserify/common-shakeify#readme","github":"https://github.com/browserify/common-shakeify","docs":null,"changelog":null,"pypi":null,"npm":"common-shakeify","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}