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
Quick update on this, v2 has shipped, and we can now support way more bundlers easily.
We're still stuck on the telemetry module that needs to be re-implemented for each new bundler, as it reports on bundlers' internals.
I'm thinking of maybe adding some universal telemetry, across all bundlers, to give some headroom to later implement a finer reporter for each bundler. So we don't end up with bundlers lacking the telemetry module altogether.
So... back to Vite support.
The idea would be to first implement this universal part of the telemetry module, and once this is done, we'll publish the plugin for all the supported bundlers.
I see that you are supporting Webpack and esbuild, but could I use this with Vite projects? Like Remix
The text was updated successfully, but these errors were encountered: