-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
fix(pluginContainer): should not exclude client sourcemap source content #13092
Conversation
Run & review this pull request in StackBlitz Codeflow. |
Ideally I think we should pass the I don't know why vite/packages/vite/src/node/utils.ts Line 735 in a8c7eb2
I seems we are not handling cases like vite/packages/vite/src/node/server/transformRequest.ts Lines 272 to 274 in a8c7eb2
|
Would it be possible to replace the If so, it would be a lot easier to judge whether it's fine to |
We should not replace
Let me elaborate this sentence just in case. I mean
at these lines. vite/packages/vite/src/node/server/transformRequest.ts Lines 272 to 274 in a8c7eb2
|
Yeah, I understand what you mean, my question is if we don't replace vite/packages/vite/src/node/server/pluginContainer.ts Lines 543 to 549 in 23096b1
|
|
Description
fix #12916
Since neither
client.ts
norenv.ts
exist in the vite package, their sourcemaps' source content shouldn't be excluded when combining sourcemapsAdditional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).