Skip to content
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

unclear stuff iterator should call helperResolver #156

Open
dreyks opened this issue Mar 7, 2018 · 0 comments · May be fixed by #157
Open

unclear stuff iterator should call helperResolver #156

dreyks opened this issue Mar 7, 2018 · 0 comments · May be fixed by #157

Comments

@dreyks
Copy link

dreyks commented Mar 7, 2018

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

@dreyks dreyks changed the title call helperResolver when resolving unclear stuff unclear stuff iterator should call helperResolver Mar 7, 2018
@dreyks dreyks linked a pull request Mar 9, 2018 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant