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.
- Host: GitHub
- URL: https://github.com/codecov/codecov-javascript-bundler-plugins
- Owner: codecov
- License: mit
- Created: 2023-10-20T10:05:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T19:54:09.000Z (about 1 year ago)
- Last Synced: 2025-04-11T15:10:23.971Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 3.01 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)