Skip to content

v1.2.3

Latest
Compare
Choose a tag to compare
@davis davis released this 12 Sep 23:12
· 2 commits to master since this release
  • Now supports different loading schemes (thanks @amenadiel). With this modification, you can pick the format that suits you better between ESM, AMD and CJS (default) in the config:
meta: {
    "*.hbs": {
      "defaultExtension": false,
      "format": "esm",
      "loader": "hbs"
    }
}
  • Now uses canonical name so that builds work correctly (thanks @tjaartvdwalt)