An open API service indexing awesome lists of open source software.

https://github.com/codecov/codecov-javascript-bundler-plugins

Set of bundler plugins that allow users to upload bundle stats to Codecov.
https://github.com/codecov/codecov-javascript-bundler-plugins

Last synced: about 1 year ago
JSON representation

Set of bundler plugins that allow users to upload bundle stats to Codecov.

Awesome Lists containing this project

README

          



Codecov by Sentry logo

# Codecov Bundler Plugins

Codecov plugins for various JavaScript bundlers. Currently supporting Rollup, Vite, Webpack 5.

Checkout the individual packages for more information and examples:

- [Rollup](https://npmjs.org/package/@codecov/rollup-plugin)
- [Vite](https://npmjs.org/package/@codecov/vite-plugin)
- [Webpack](https://npmjs.org/package/@codecov/webpack-plugin)

## Features

The Codecov Bundler Plugins take care of Codecov-related tasks at build time of your JavaScript programs.
It supports the following features:

- Bundle Analysis Stats Upload

## More information

- [Plugin Config Docs](https://codecov.github.io/codecov-javascript-bundler-plugins/index.html)
- [Codecov Documentation](https://docs.codecov.com/docs)
- [Codecov Feedback](https://github.com/codecov/feedback/discussions)
- [Sentry Discord](https://discord.gg/Ww9hbqr)