vite-plugin-hook-use
TypeScript icon, indicating that this package has built-in type declarations

6.0.2 • Public • Published

vite-plugin-hook-use

npm package

Displays the sequence and frequency of vite calling its hook functions.

NPM version NPM Downloads Node version

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()
  ]
});

Documentation

For detailed usage instructions and API references, please visit the official documentation:

👉 View Full Documentation

Contributing

We welcome contributions from the community! If you find a bug or want to suggest an improvement, feel free to open an issue or submit a pull request.

How to Contribute

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Submit a pull request with a clear description of your changes.

License

This project is licensed under the MIT License.

Package Sidebar

Install

npm i vite-plugin-hook-use

Weekly Downloads

30

Version

6.0.2

License

MIT

Unpacked Size

8.36 kB

Total Files

6

Last publish

Collaborators

  • fengxinming