Displays the sequence and frequency of vite calling its hook functions.
npm install vite-plugin-hook-use --save-dev
import { defineConfig } from 'vite';
import vitePluginHookUse from 'vite-plugin-hook-use';
export default defineConfig({
plugins: [
vitePluginHookUse()
]
});
For detailed usage instructions and API references, please visit the official documentation:
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.
- Fork the repository.
- Create a new branch for your changes.
- Submit a pull request with a clear description of your changes.
This project is licensed under the MIT License.