Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vite-plugin-dts issues #93

Closed
mkrause opened this issue Jan 7, 2025 · 0 comments · Fixed by #94
Closed

vite-plugin-dts issues #93

mkrause opened this issue Jan 7, 2025 · 0 comments · Fixed by #94
Assignees
Milestone

Comments

@mkrause
Copy link
Collaborator

mkrause commented Jan 7, 2025

In the latest version, the generated dist/baklava.d.ts file is:

export { }

This was caused by the splitting up of the tsconfig files following newer vite conventions, see:

qmhc/vite-plugin-dts#344

After fixing this however, there are other issues I'm running into with vite-plugin-dts.

qmhc/vite-plugin-dts#399

Which is blocked by:

microsoft/rushstack#4815

As a workaround, removing rollupTypes from the vite-plugin-dts seems to work, it just doesn't bundle the .d.ts files anymore but that's not too big of a deal.

@mkrause mkrause self-assigned this Jan 7, 2025
mkrause added a commit that referenced this issue Jan 7, 2025
Fix vite-plugin-dts issues + add installation test
@mkrause mkrause modified the milestones: Baklava v1.1, Baklava v1.0 Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant