We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998303e commit f29e09aCopy full SHA for f29e09a
packages/vite-plugin-checker/tsup.config.ts
@@ -31,7 +31,7 @@ function createPatchEsbuildDistPlugin(): Plugin {
31
process.exit(1)
32
}
33
34
- const modifiedCode = patchEsbuildDist(targetFile.text, 'Plugin')
+ const modifiedCode = patchEsbuildDist(targetFile.text, 'checker')
35
36
if (modifiedCode) {
37
Object.defineProperty(targetFile, 'text', { value: modifiedCode })
0 commit comments