如何使handlebars-loader 与handlebars-helpers 一起使用

rob*_*bin 5 handlebars.js handlebarshelper

handlebars-loader如何与handlebars-helpers一起工作?

webpack.configs:

  { // handlebars-loader
    test: /\.handlebars$/,
    loader: "handlebars-loader?helperDirs[]=" + __dirname + "/helpers"
  }
Run Code Online (Sandbox Code Playgroud)

但是,如何导入 handlebars-helpers 并使用 handlebars-helpers

谢谢!