MCPcopy
hub / github.com/webpack/webpack / loader.js

File loader.js

test/configCases/source-map/no-source-map/loader.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const path = require("path");
2/** @type {import("../../../../").LoaderDefinition} */
3module.exports = function () {
4 this.callback(null, "module.exports = 'ok';", {

Callers

nothing calls this directly

Calls 2

callbackMethod · 0.80
requireFunction · 0.50

Tested by

no test coverage detected