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.

10 lines (4 loc) 202 B
var randomJson=require('./randomJsonFile.json'); if (randomJson.domain!=="www.example.com") { throw new Error("ups did not work we got: " + randomJson.domain + " instead www.example.com "); }