We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61fcc4a commit feafea8Copy full SHA for feafea8
src/utils.js
@@ -29,7 +29,10 @@ function stringifyRequest(loaderContext, request) {
29
typeof loaderContext.utils.contextify === "function"
30
) {
31
return JSON.stringify(
32
- loaderContext.utils.contextify(loaderContext.context, request)
+ loaderContext.utils.contextify(
33
+ loaderContext.context || loaderContext.rootContext,
34
+ request
35
+ )
36
);
37
}
38
0 commit comments