webpack-handlebars-precompiler
A webpack plugin to precompile handlebars templates, partials and helpers into one concatenated file
Installation
npm i webpack-handlebars-precompiler --save-dev
Usage
Example
const HandlebarsPrecompiler = ; moduleexports = ... plugins: precompileOpts: preventIndent: true templatesPath: path templatesExt: '.hbs' helpersPath: path // optional outputFile: path ...