Files
lcbp3.np-dms.work/frontend/node_modules/next/dist/build/webpack/stringify-request.js
2025-09-21 20:29:15 +07:00

15 lines
441 B
JavaScript
Executable File

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "stringifyRequest", {
enumerable: true,
get: function() {
return stringifyRequest;
}
});
function stringifyRequest(loaderContext, request) {
return JSON.stringify(loaderContext.utils.contextify(loaderContext.context || loaderContext.rootContext, request));
}
//# sourceMappingURL=stringify-request.js.map