UNPKG

minifyify

Version:

Minify your browserify bundles without losing the sourcemap

12 lines (8 loc) 226 B
// subsubmodule.js NOT_MINIFIED var getTheDate = function (someFunction) { var someValue = someFunction(); return'Wed Dec 31 1969 22:30:23 GMT-0800 (PST) ' + someValue; }; module.exports = { getTheDate: getTheDate };