webpack/test/browsertest/node_modules/extra.loader.js

4 lines
94 B
JavaScript

module.exports = function(string) {
this.cacheable();
return string + " with post loader";
}