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
If users are using a Vite based meta-framework that builds only uses the vite.config.* as their configuration, they may reach for the @codecov/vite-plugin package over their meta-framework.
We should see if we can read the bundler configuration and see if there are other plugins being used such as sveltekit() that we could detect and warn the user that we have a plugin for that meta-framework.
The text was updated successfully, but these errors were encountered:
aj-codecov
changed the title
Inform user that there are meta-framwork specific plugins
Inform user that there are meta-framework specific plugins
Aug 5, 2024
If users are using a Vite based meta-framework that builds only uses the
vite.config.*
as their configuration, they may reach for the@codecov/vite-plugin
package over their meta-framework.We should see if we can read the bundler configuration and see if there are other plugins being used such as
sveltekit()
that we could detect and warn the user that we have a plugin for that meta-framework.The text was updated successfully, but these errors were encountered: