Skip to content

Commit 46de110

Browse files
authored
Merge pull request webpack#6884 from mohsen1/initialize-loc
Initialize loc member in Dependency
2 parents 628c33c + 9309e85 commit 46de110

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Dependency.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class Dependency {
1010
this.module = null;
1111
this.weak = false;
1212
this.optional = false;
13+
this.loc = undefined;
1314
}
1415

1516
getResourceIdentifier() {

0 commit comments

Comments
 (0)