handlebars-loader icon indicating copy to clipboard operation
handlebars-loader copied to clipboard

helpers merge into a file

Open dajunJS opened this issue 7 years ago • 1 comments

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

dajunJS avatar Dec 08 '17 08:12 dajunJS

I'm also wondering about this. Does the plugin currently support this?

bgourlie avatar Feb 16 '18 06:02 bgourlie