handlebars-template-loader
Version:
A Handlebars template loader for Webpack
4 lines (3 loc) • 345 B
Plain Text
module.exports = (Handlebars['default'] || Handlebars).template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
return "<link rel=\"stylesheet\" href=\"" + require("%%LOADER%%?url=style.css!./style.css") + "\">\n<img src=\"" + require("%%LOADER%%?url=test.png!./test.png") + "\">\n";
},"useData":true});