We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8267755 + df540cb commit 2303ff6Copy full SHA for 2303ff6
packages/vite/rollup.dts.config.ts
@@ -97,7 +97,7 @@ function patchTypes(): Plugin {
97
validateRuntimeChunk.call(this, chunk)
98
} else {
99
validateChunkImports.call(this, chunk)
100
- code = replaceConfusingTypeNames.call(this, code, chunk)
+ if (0) code = replaceConfusingTypeNames.call(this, code, chunk)
101
code = stripInternalTypes.call(this, code, chunk)
102
code = cleanUnnecessaryComments(code)
103
}
0 commit comments