小编rob*_*bin的帖子

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

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

谢谢!

handlebars.js handlebarshelper

5
推荐指数
0
解决办法
295
查看次数

标签 统计

handlebars.js ×1

handlebarshelper ×1