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
I tried to create two different instances of the plugin to be used within a Vite/Vue project. However, the registered resolvers of only the first instance were actually running. I confirmed that both plugin instances were correctly registerd by Vite (wrapped a Proxy around the plugin instance).
So, my question: is this at all possible or does the architecture somehow prohibit multiple instances of the plugin running in the same project?