1 parent 0d1d31c commit 7968caaCopy full SHA for 7968caa
1 file changed
lib/optimize/AggressiveMergingPlugin.js
@@ -13,7 +13,7 @@ class AggressiveMergingPlugin {
13
}
14
15
apply(compiler) {
16
- let options = this.options;
+ const options = this.options;
17
const minSizeReduce = options.minSizeReduce || 1.5;
18
19
function getParentsWeight(chunk) {
0 commit comments