4.0.7 • Published 1 year ago

vite-plugin-hook-use v4.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

vite-plugin-hook-use

npm package

Displays the sequence and frequency of vite calling its hook functions. Vite >= 3.1

NPM version NPM Downloads

Installation

npm install vite-plugin-hook-use --save-dev

Usage

import { defineConfig } from 'vite';
import vitePluginHookUse from 'vite-plugin-hook-use';

export default defineConfig({
  plugins: [
    vitePluginHookUse()
  ]
});

Examples

4.0.7

1 year ago

4.0.6

1 year ago

4.0.5

2 years ago

4.0.4

2 years ago

4.0.3

2 years ago

4.0.2

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago