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
|
resolve(request, 'unclearStuff', function(err, result) { |
UPD: opened #157
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
helperResolverprovided in webpack config. After all the unclear stuff could only be a helperhandlebars-loader/index.js
Line 272 in a8a9773
UPD: opened #157