Skip to content

Commit d160017

Browse files
committed
Reset uglify's base54 counters for each file
1 parent 9f440e3 commit d160017

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/optimize/UglifyJsPlugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ UglifyJsPlugin.prototype.apply = function(compiler) {
7878
warnings.push(warning);
7979
};
8080
}
81+
uglify.base54.reset();
8182
var ast = uglify.parse(input, {
8283
filename: file
8384
});

0 commit comments

Comments
 (0)