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
Post a Comment