UNPKG

underscore-template-loader

Version:

An Underscore and Lodash template loader for Webpack

8 lines (7 loc) 267 B
module.exports = function(obj){ var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');}; with(obj||{}){ __p+='<link rel="stylesheet" href="' + require("./style.css") + '">\n<img src="' + require("./test.png") + '">\n'; } return __p; };