-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handlebars is tightly coupled #253
Comments
Currently all dependencies are required immediately in the main Workarounds:
|
completely new to this package and trying to upgrade the existing legacy code with below config, require.config({ and I need to upgrade the current hbs/hbs/handlebars.js -> v1.3.0 to v4.7.6 no luck with this approach, need your help for the same Thanks in advance |
Looking at the doc, it states that you can use 'handlebarsPath' to specify the path to a different version of handlebars. However, looking at the hbs plugin, it requires 'hbs/handlebars'. It only seems to use the handlebarsPath when compiling the templates. In order for me to truly use a different version of handlebars, I need to set of a path in my require.config to point to the new version. Would be nice if the plugin could handle this for me in some fashion, so I don't need to specify 2 paths to handlebars in my config.
The text was updated successfully, but these errors were encountered: