You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issue: I have all my helpers in one directory but I also have {{variable}} references where variable coincides with a template name in the same directory. So the unclear stuff resolver tries to resolve the file and finds it cause it's there, and it thinks that it's a helper, but it's not. All i need is a variable
So it would be nice if instead of just calling resolve the iterator would call helperResolver provided in webpack config. After all the unclear stuff could only be a helper
issue: I have all my helpers in one directory but I also have
{{variable}}
references where variable coincides with a template name in the same directory. So the unclear stuff resolver tries to resolve the file and finds it cause it's there, and it thinks that it's a helper, but it's not. All i need is a variableSo it would be nice if instead of just calling resolve the iterator would call
helperResolver
provided in webpack config. After all the unclear stuff could only be a helperhandlebars-loader/index.js
Line 272 in a8a9773
UPD: opened #157
The text was updated successfully, but these errors were encountered: