fix(pluginContainer): should not exclude client sourcemap source content#13092
fix(pluginContainer): should not exclude client sourcemap source content#13092sun0day wants to merge 2 commits intovitejs:mainfrom
Conversation
|
|
|
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.tsnorenv.tsexist 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).