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
fix(vite): move opts initialization inside plugin function
The opts initialization was moved inside the async plugin function to ensure proper handling of options during dev mode. This fixes an issue where @qwik-handlers weren't properly handled in dev mode for library projects, as referenced in issue #7600.
0 commit comments