javascript - Preserve function name uglify mangle -
this question has answer here:
- prevent uglifyjs renaming functions 2 answers
we're linking javascript , as3. work as3 needs know function names of javascript methods.
we're using uglify optimize our javascript code. don't want these specific functions mangled. other functions can mangled fine. possible accomplish this?
use parameter: --reserved-names “myfunction”
possible duplicate:prevent uglifyjs renaming functions
Comments
Post a Comment