Skip to content

Commit 66f543d

Browse files
mattlenzclaude
andcommitted
Remove redundant default export from vite plugin
The default export alongside the named export caused "Importing binding name 'default' cannot be resolved by star export entries" when consumers re-exported with `export *`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 739618a commit 66f543d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/vite/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,5 +404,3 @@ export function kb(userConfig?: KbConfig): Plugin[] {
404404

405405
return [kbContent, kbBuild];
406406
}
407-
408-
export default kb;

0 commit comments

Comments
 (0)