We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c8fc3 commit 0bc09a8Copy full SHA for 0bc09a8
1 file changed
lib/Compilation.js
@@ -199,7 +199,7 @@ class Compilation extends Tapable {
199
let _this = this;
200
const start = _this.profile && +new Date();
201
202
- let factories = [];
+ const factories = [];
203
for(let i = 0; i < dependencies.length; i++) {
204
const factory = _this.dependencyFactories.get(dependencies[i][0].constructor);
205
if(!factory) {
0 commit comments