You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Successfully compiles the project without conflicts. Maybe there's a way to also auto-import Headless UI, but I haven't found it suggested by TS in the imports.presets array.
What resolves it for me is to configure imports: false and then manually do all of the importing where necessary.
Describe the bug
It throws and fails to build the output.
To Reproduce
Reproduction.zip
pnpm install @headlessui/vue
wxt.config.ts
with:pnpm run build
Expected behavior
Successfully compiles the project without conflicts. Maybe there's a way to also auto-import Headless UI, but I haven't found it suggested by TS in the
imports.presets
array.What resolves it for me is to configure
imports: false
and then manually do all of the importing where necessary.Screenshots
Environment
The text was updated successfully, but these errors were encountered: