Ideally, components should be auto-imported. This varies based on the framework, but now that each framework has it's own module, we can the logic them there!
[ ] Vue: unplugin-vue-components will do the job, though I need to be able to generate the DTS file in the prepare command...
Solid and react support has been released in @wxt-dev/module-solid@1.1.1 and @wxt-dev/module-react@1.1.0. Note that they don't support nested folders, just files in the components folder.
Feature Request
Ideally, components should be auto-imported. This varies based on the framework, but now that each framework has it's own module, we can the logic them there!
unplugin-vue-components
will do the job, though I need to be able to generate the DTS file in theprepare
command...