mirror of https://github.com/webpack/webpack.git
fix: initialize `this._cacheStage` in ModuleGraph constructor
This commit is contained in:
parent
796b51175c
commit
3943ccefca
|
@ -128,6 +128,9 @@ class ModuleGraph {
|
|||
|
||||
/** @type {Map<Module, WeakTupleMap<any, any>>} */
|
||||
this._moduleMemCaches = undefined;
|
||||
|
||||
/** @type {string} */
|
||||
this._cacheStage = undefined;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue