UNPKG

node-uglifier-es

Version:

Fully auto merging and uglifying a whole NodeJs project into one file with external files option. Recompiled from Zsolt Istvan Szabo's work with uglify-es instead of uglify-js-harmony.

12 lines (8 loc) 187 B
/** * Export NodeUglifier (with ) */ exports = module.exports = require('./lib_compiled/NodeUglifier.js'); /* Export the version */ exports.version = require('./package').version;