-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
vite still can't resolve local module in deno workspace #26721
Comments
Hello @bartlomieju and @marvinhagemeister, I see that the issue has been assigned, which is great. Since our project depends on this feature, I wanted to ask if there’s an approximate timeline for when it might be addressed. If it’s likely to take some time, we’re considering alternative setups as an interim solution. Thank you for any updates you can share! |
Hey @ali-issa, sorry I missed your comment. We'll try to fix it in the next week. |
No worries, @marvinhagemeister! Thanks for the update, and I appreciate the effort! |
I managed to reproduce both issues. It appears to me the problem lies with |
So turns out #27020 will actually fix it. We'll try to include it in 2.1.2. |
Fixes #26721 Previously, we were applying only the import map, which would result in `@scope/foo` expanding to (e.g.) `jsr:@scope/[email protected]`. Since that didn't exist it would error and fail to resolve.
Version: Deno 2.0.4
This is a continuation of #26138 that has been closed. It seems that the problem described in that issue still exists.
I have made two reproductions:
Here is the repository: https://github.com/umajho/deno-vite-monorepo-reproductions
There is also an issue reported to denoland/deno-vite-plugin that seems to describe the same problem:
The text was updated successfully, but these errors were encountered: