codecov / codecov-javascript-bundler-plugins

Set of bundler plugins that allow users to upload bundle stats to Codecov.
MIT License
4 stars 1 forks source link

Inform user that there are meta-framwork specific plugins #144

Open nicholas-codecov opened 2 weeks ago

nicholas-codecov commented 2 weeks ago

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.