webpack/test/watchCases/cache/loader-import-module/0/loader.js

8 lines
270 B
JavaScript

/** @type {import("../../../../../").PitchLoaderDefinitionFunction} */
exports.pitch = async function (remaining) {
const result = await this.importModule(
`${this.resourcePath}.webpack[javascript/auto]!=!${remaining}`
);
return JSON.stringify(result, null, 2);
};