webpack/test/cases/errors/loader-error-warning/warning-loader.js

5 lines
95 B
JavaScript

module.exports = function(source) {
this.emitWarning(this.query.substr(1));
return source;
}