UNPKG

requirejs-handlebars

Version:

Simple Handlebars plugin for RequireJS.

8 lines (6 loc) 121 B
define(['text!component.html'], function (html) { return { name: 'component', html: html }; });