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
Do NOT ignore this template or your issue will have a very high chance to be closed without comment.
When dev server rewriting relative import inside un-optimized node_modules, the rewrited path is wrong and cause 404 when request the child modules.
This is the same issue with #204 but I didn't provide reproduction. So I open this issue.
Here is a minimal reproduce: https://github.com/csr632/test-vite/tree/wrong-resolve
vite
The text was updated successfully, but these errors were encountered:
I am working on this
Sorry, something went wrong.
fix: defaultRequestToFile should handle uncached node_modules request (…
7a3e822
…#230) fix #228
No branches or pull requests
Describe the bug
When dev server rewriting relative import inside un-optimized node_modules, the rewrited path is wrong and cause 404 when request the child modules.
This is the same issue with #204 but I didn't provide reproduction. So I open this issue.
Reproduction
Here is a minimal reproduce:
https://github.com/csr632/test-vite/tree/wrong-resolve
System Info
vite
version: 0.16.6The text was updated successfully, but these errors were encountered: