handlebars.js 101 B

123456
  1. config.module.rules.push(
  2. {
  3. test: /\.hbs$/i,
  4. loader: 'handlebars-loader'
  5. }
  6. );