5

how the handlebars-loader to work with handlebars-helpers?

webpack.configs:

  { // handlebars-loader
    test: /\.handlebars$/,
    loader: "handlebars-loader?helperDirs[]=" + __dirname + "/helpers"
  }

but, how to import handlebars-helpers and use handlebars-helpers

thanks!

robin
  • 61
  • 3

0 Answers0