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

A Handlebars template loader for Webpack

Results 5 handlebars-template-loader issues
Sort by recently updated
recently updated
newest added

``` handlebars-template-loader >=0.2.0 Depends on vulnerable versions of loader-utils node_modules/handlebars-template-loader ``` Looks to be fixed in `loader-utils` 1.4x

I'm trying to use your module with my custom helpers. Compilation goes allright but when I try to display page compiled from handlebars, I get error message: `{ [Error: Missing...

is it possible to parse attributes from partial params. Following doesn't work ``` {{#*inline "myPartial"}} {{/inline}} {{> myPartial src='../../asset/img/brand.png'}} ``` handlebars-loader fixes this with inlineRequires. is there something similar or...

Is it possible to have a dynamic paths in a require macro? I'm thinking in terms of loading a language variant: ``` @require('./header-' + language + '.hbs') ```

When i register the partials inside my webpack module handlebars cant find my module see the bellow code: ` // Get Handlebars instance var Handlebars = require('handlebars-template-loader/runtime'); ``` // Require...