UNPKG

244 BJavaScriptView Raw
1/*
2 MIT License http://www.opensource.org/licenses/mit-license.php
3 Author Tobias Koppers @sokra
4*/
5var loader = require("./index.js");
6module.exports = function(input) {
7 this.cacheable && this.cacheable();
8 return loader.call(this, input);
9}