A Webpack loader that bundles Handlebars templates with both the runtime and compiler. Version 0.1.2, no recent updates. It differs from standard handlebars-loader by including the full Handlebars compiler, not just the runtime. Minimal documentation and no active maintenance. Suitable for legacy projects requiring in-template compilation.
npm install bizzabo-handlebars-loaderNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures Webpack to load .hbs files with the loader and uses the compiled template.
Replace with handlebars-loader or compile Handlebars templates manually.
Use handlebars-loader with runtime-only for smaller bundles.
Install as 'bizzabo-handlebars-helper' but use in webpack config as 'bizzabo-handlebars-loader'.
Run 'npm install bizzabo-handlebars-helper' and use loader name 'bizzabo-handlebars-loader' in webpack config.