mirror of https://github.com/webpack/webpack.git
4 lines
94 B
JavaScript
4 lines
94 B
JavaScript
|
module.exports = function(string) {
|
||
|
this.cacheable();
|
||
|
return string + " with post loader";
|
||
|
}
|