Skip to content

Commit 7968caa

Browse files
committed
use const where applicable in AggressiveMergingPlugin
1 parent 0d1d31c commit 7968caa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/optimize/AggressiveMergingPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class AggressiveMergingPlugin {
1313
}
1414

1515
apply(compiler) {
16-
let options = this.options;
16+
const options = this.options;
1717
const minSizeReduce = options.minSizeReduce || 1.5;
1818

1919
function getParentsWeight(chunk) {

0 commit comments

Comments
 (0)