We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575ca69 commit 90aec4eCopy full SHA for 90aec4e
1 file changed
lib/DllModuleFactory.js
@@ -12,7 +12,7 @@ class DllModuleFactory extends Tapable {
12
super();
13
}
14
create(data, callback) {
15
- let dependency = data.dependencies[0];
+ const dependency = data.dependencies[0];
16
callback(null, new DllModule(data.context, dependency.dependencies, dependency.name, dependency.type));
17
18
0 commit comments