UNPKG

common-shakeify

Version:

browserify tree shaking plugin using @indutny common-shake

8 lines (7 loc) 120 B
module.exports = (t) => { return { onExportDelete (file, name) { if (name === 'b') return false } } }