Open shairez opened 1 year ago
Hey @shairez, I happened to be working on Qwik component testing too and ran into the same issue. Already created a PR last week for multiple Vite plugin support (see above).
We could combine efforts if you're interested?
Awesome @sand4rt , let's chat on discord!
I'm writing the Qwik integration now and Qwik has 2 vite plugins, one for the meta framework "Qwik City".
Currently, the
createPlugin
at the core handles only one plugin.I guess this will be a requirement for supporting other meta frameworks like solidstart and next etc
I'll create a PR with the fix