javascript - Uglify module names with r.js optimizer -


for further uglification of script bundle optimized requirejs' r.js optimizer, makes sense obfuscate/anonymize module names inside package. unfortunately, browsing through documentation of r.js, did not find way enable this. possible?

an example of mean module "productscontroller" "module1", module "billingrepository" "module17" , on. make harder make sense of uglified code.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -