We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tsconfig.json
"baseUrl": "./src/js/" ... "handlebars": ["handlebars/runtime"],
output of hq.get('webpack')
hq.get('webpack')
handlebars: '/Users/nick.bolles/Code/repo/src/js/handlebars/runtime',
this should stay as
handlebars: 'handlebars/runtime',
it looks like setting the value to "handlebars": ["../../node_modules/handlebars/runtime"], in the tsconfig works, but that's not ideal.
"handlebars": ["../../node_modules/handlebars/runtime"],
The text was updated successfully, but these errors were encountered:
Hi NIck,
In essence, you're saying that Alias is not using the correct Node path resolution mechanism to resolve packages.
Sorry about this, I will look into it!
Sorry, something went wrong.
No branches or pull requests
tsconfig.json
output of
hq.get('webpack')
this should stay as
it looks like setting the value to
"handlebars": ["../../node_modules/handlebars/runtime"],
in the tsconfig works, but that's not ideal.The text was updated successfully, but these errors were encountered: