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.

6 lines (5 loc) 126 B
module.exports = function(app) { app.get('/testroute', function (req, res) { res.send('Hello World!'); }); };