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
The problem I have is that syminks are not replaced with their real paths. I found two problems:
preserveSymlinks: false
So, I have two questions:
PS: I use yarn workspaces, and all dependencies symlinked through node_modules. But I want to resolve all dependencies through their real paths.
The text was updated successfully, but these errors were encountered:
Thanks for the issue. Feel free to open a PR with the adjustments and tests. More than happy to review.
Sorry, something went wrong.
No branches or pull requests
The problem I have is that syminks are not replaced with their real paths. I found two problems:
preserveSymlinks: false
anyway.So, I have two questions:
preserveSymlinks: false
by default for js resolver? TS resolver has that option by default.PS: I use yarn workspaces, and all dependencies symlinked through node_modules. But I want to resolve all dependencies through their real paths.
The text was updated successfully, but these errors were encountered: