0.0.1-beta.6 • Published 9 days ago

@codecov/vite-plugin v0.0.1-beta.6

Weekly downloads
-
License
MIT
Repository
-
Last release
9 days ago

Codecov Vite Plugin

!WARNING
These plugins are currently in beta and are subject to change.

A Vite plugin that provides bundle analysis support for Codecov.

The plugin does not support code coverage, see our docs to set up coverage today!

Installation

Using npm:

npm install @codecov/vite-plugin --save-dev

Using yarn:

yarn add @codecov/vite-plugin --dev

Using pnpm:

pnpm add @codecov/vite-plugin --save-dev

Example

// vite.config.js
import { defineConfig } from "vite";
import { codecovVitePlugin } from "@codecov/vite-plugin";

export default defineConfig({
  plugins: [
    // Put the Codecov vite plugin after all other plugins
    codecovVitePlugin({
      enableBundleAnalysis: true,
      bundleName: "example-vite-bundle",
      uploadToken: process.env.CODECOV_TOKEN,
    }),
  ],
});

More information

0.0.1-beta.7

9 days ago

0.0.1-beta.6

1 month ago

0.0.1-beta.5

2 months ago

0.0.1-beta.4

2 months ago

0.0.1-beta.3

2 months ago

0.0.1-beta.2

3 months ago

0.0.1-beta.1

3 months ago

0.0.1-beta.0

3 months ago

0.0.1-alpha.3

3 months ago

0.0.1-alpha.2

4 months ago

0.0.1-alpha.1

4 months ago

0.0.1-alpha.0

5 months ago