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

File loader.js

test/configCases/layer/rules/loader.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/** @type {import("../../../../").LoaderDefinition<{ value: any }>} */
2module.exports = function (source) {
3 const options = this.getOptions();
4 return `${source}

Callers

nothing calls this directly

Calls 1

getOptionsMethod · 0.65

Tested by

no test coverage detected