mirror of https://github.com/webpack/webpack.git
add missing cache
This commit is contained in:
parent
18aca2fcb1
commit
0e62bdb74a
|
|
@ -191,7 +191,11 @@ class NormalModule extends Module {
|
|||
* @returns {string | null} an identifier for library inclusion
|
||||
*/
|
||||
libIdent(options) {
|
||||
return contextify(options.context, this.userRequest);
|
||||
return contextify(
|
||||
options.context,
|
||||
this.userRequest,
|
||||
options.associatedObjectForCache
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue