Releases: davis/plugin-hbs
Releases · davis/plugin-hbs
v1.2.3
- 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)