-
-
Notifications
You must be signed in to change notification settings - Fork 377
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Clear and concise description of the problem
https://stackblitz.com/edit/vitejs-vite-tytgmrg8?file=vite.config.ts
I have multiple components folders need to be resolved. one is business components put in src/components
and should has directoryAsNamespace: true
, and one is ui components, which should be used without namespace. I try to use multiple instance to generate two .d.ts files to make it more clear and tweakable. But I found the second instance cannot resolve components. Is there any good solution? thx

Suggested solution
add support for multiple instance
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request