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

dts output is deleted on clean with multiple config #1270

Open
unional opened this issue Jan 10, 2025 · 0 comments
Open

dts output is deleted on clean with multiple config #1270

unional opened this issue Jan 10, 2025 · 0 comments

Comments

@unional
Copy link

unional commented Jan 10, 2025

This causes storybookjs/addon-kit#73

The config there is an array: export default defineConfig(async () => []).

Only the .d.ts from the last config is retained. The ones from previous configs are deleted.

At the same time, the .js output are correctly retained.

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

No branches or pull requests

1 participant