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 - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -