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.

14 lines (4 loc) 132 B
_PART_A="first part of secret" _PART_B="second part of secret" module.exports.PART_A=_PART_A module.exports.PART_B=_PART_B