Skip to content

Commit 0e62bdb

Browse files
committed
add missing cache
1 parent 18aca2f commit 0e62bdb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/NormalModule.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,11 @@ class NormalModule extends Module {
191191
* @returns {string | null} an identifier for library inclusion
192192
*/
193193
libIdent(options) {
194-
return contextify(options.context, this.userRequest);
194+
return contextify(
195+
options.context,
196+
this.userRequest,
197+
options.associatedObjectForCache
198+
);
195199
}
196200

197201
/**

0 commit comments

Comments
 (0)