handlebars-loader
handlebars-loader copied to clipboard
if data of template is null, how we get the error stack info?
require('./test.hbs')(null)
test.hbs's content
{{data.item1}}
thank you!