-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Originally posted this issue here.
In the attached minimal project (using grunt and browserify-handlebars), two instances of handlebars are created
- from 'node_modules\handlebars\Lib\index.js'
- from 'node_modules\handlebars\Dist\Cjs\handlebars.js'
I think the reason is the alias 'dist/cjs/handlebars', but not sure. Of course I want only one default instance on which I can register my helpers globally. How would I resolve this ambiguity?
Metadata
Metadata
Assignees
Labels
No labels