webpack/test/fixtures/errors/throw-error-loader.js

5 lines
139 B
JavaScript

/** @type {import("../../../../").LoaderDefinition} */
module.exports = function (source) {
throw new Error("this is a thrown error");
};