webpack/test/cases/loaders/emit-file/loader.js

6 lines
150 B
JavaScript

/** @type {import("../../../../").LoaderDefinition} */
module.exports = function (content) {
this.emitFile("extra-file.js", content);
return "";
};