Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vite support #63

Closed
JLarky opened this issue Mar 25, 2024 · 2 comments · Fixed by #86
Closed

Vite support #63

JLarky opened this issue Mar 25, 2024 · 2 comments · Fixed by #86
Assignees
Labels
enhancement New feature or request

Comments

@JLarky
Copy link

JLarky commented Mar 25, 2024

I see that you are supporting Webpack and esbuild, but could I use this with Vite projects? Like Remix

@JLarky JLarky added the enhancement New feature or request label Mar 25, 2024
@yoannmoinet
Copy link
Member

Sorry for the delay.
We're currently revamping the plugin to support more bundlers.
We'll keep this issue updated once Vite is supported.

@yoannmoinet
Copy link
Member

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.

Do that sound good to you @JLarky?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants