0.0.1-beta.0 • Published 2 years ago

vite-plugin-monitored-directory v0.0.1-beta.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

vite-plugin-monitored-directory

To check if any files in the monitored directory are referenced and provide a prompt.

Features

  • check if any files in the monitored directory are referenced and provide a prompt.

Snapshot

Example

Example snapshot

Try it now

import { defineConfig } from 'vite';
import vue from '@vitejs/plugin-vue';
import Plugin from '../../src/index';

// https://vitejs.dev/config/
export default defineConfig({
  plugins: [vue(), Plugin()],
});

LICENSE

MIT License © 2023 zwkang