UNPKG

happypack

Version:

webpack speed booster, makes you happy!

8 lines (7 loc) 233 B
module.exports = function(source, map) { return module.exports.__impl__.call(this, source, map); }; // we just need to export this for spying module.exports.__impl__ = function(source, map) { this.callback(null, source, map); };