UNPKG

common-shakeify

Version:

browserify tree shaking plugin using @indutny common-shake

8 lines (7 loc) 168 B
let target = exports.target = 'world' exports.getMessage = function () { return 'hello ' + target } exports.setTarget = function (newTarget) { target = newTarget }