vite-plugin-hook-use
v6.0.2
Published
Displays the sequence and frequency of vite calling its hook functions.
Maintainers
Readme
vite-plugin-hook-use
Displays the sequence and frequency of vite calling its hook functions.
Installation
npm install vite-plugin-hook-use --save-devUsage
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:
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
- Fork the repository.
- Create a new branch for your changes.
- Submit a pull request with a clear description of your changes.
License
This project is licensed under the MIT License.

