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

4 lines
83 B
JavaScript

module.exports = function(source) {
throw new Error("this is a thrown error");
};