improve synergy between compress and rename (#2755)
This commit is contained in:
@@ -141,7 +141,6 @@ function minify(files, options) {
|
||||
}
|
||||
if (timings) timings.rename = Date.now();
|
||||
if (options.rename) {
|
||||
SymbolDef.next_id = 1;
|
||||
toplevel.figure_out_scope(options.mangle);
|
||||
toplevel.expand_names(options.mangle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user