This is my code, i tried the following code but not working
var UglifyJS = require("uglify-js");
var result = UglifyJS.minify("Hello world @123;", { fromString: true });
console.log(result.code);
In the above code i am using UglifyJs. but i got error like require is undefined
. i want to minimize the above string by using angularjs.