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

4 lines
94 B
JavaScript
Raw Normal View History

2012-07-11 18:18:31 +08:00
module.exports = function(string) {
this.cacheable();
return string + " with post loader";
}