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

File loader.js

test/configCases/loader-import-module/css/loader.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/** @type {import("../../../../").PitchLoaderDefinitionFunction} */
2exports.pitch = async function (remaining) {
3 const result = await this.importModule(
4 this.resourcePath + ".webpack[javascript/auto]" + "!=!" + remaining,

Callers

nothing calls this directly

Calls 2

importModuleMethod · 0.65
getOptionsMethod · 0.65

Tested by

no test coverage detected