Ecosyste.ms: Awesome
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: 3 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T10:55:44.000Z (7 months ago)
- Last Synced: 2024-04-22T11:48:20.358Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 713 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Codecov Bundler Plugins
> [!WARNING]
> These plugins are currently in beta and are subject to change.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)