handlebars-loader
handlebars-loader copied to clipboard
helpers merge into a file
helpers dir hava many JSfile
example:
title.js:
module.exports = function() { return this.title.toUpperCase(); };
json.js
module.exports = function(object) { return JSON.stringify(object); };
my question: How to merge into a JSfile from these JSfile
I'm also wondering about this. Does the plugin currently support this?