blob: 59c297708a7bc2102fe1a65526798e49cb38e73e [file] [log] [blame]
module.exports = function (source) {
this.cacheable && this.cacheable()
return `module.exports = ${source}`
}