Skip to content

Commit f29e09a

Browse files
committed
fix patch
1 parent 998303e commit f29e09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite-plugin-checker/tsup.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function createPatchEsbuildDistPlugin(): Plugin {
3131
process.exit(1)
3232
}
3333

34-
const modifiedCode = patchEsbuildDist(targetFile.text, 'Plugin')
34+
const modifiedCode = patchEsbuildDist(targetFile.text, 'checker')
3535

3636
if (modifiedCode) {
3737
Object.defineProperty(targetFile, 'text', { value: modifiedCode })

0 commit comments

Comments
 (0)