mirror of https://github.com/webpack/webpack.git
Merge pull request #6884 from mohsen1/initialize-loc
Initialize loc member in Dependency
This commit is contained in:
commit
46de1107aa
|
|
@ -10,6 +10,7 @@ class Dependency {
|
|||
this.module = null;
|
||||
this.weak = false;
|
||||
this.optional = false;
|
||||
this.loc = undefined;
|
||||
}
|
||||
|
||||
getResourceIdentifier() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue