Closed yivo closed 8 years ago
For both the compressor and mangler there are separate keep_fnames options.
keep_fnames
https://github.com/mishoo/UglifyJS2/issues/552#issuecomment-68931039
In README for Uglifier there is keep_fnames in compress section, but there is no in mangle section.
compress
mangle
Thanks! Added that to documentation and also the global keep_fnames that implies both compress and mangle option.
For both the compressor and mangler there are separate
keep_fnames
options.https://github.com/mishoo/UglifyJS2/issues/552#issuecomment-68931039
In README for Uglifier there is
keep_fnames
incompress
section, but there is no inmangle
section.