@jswork/vite-plugin-updated-at
v1.0.10
Published
Vite plugin for update updated_at field in comments.
Downloads
497
Maintainers
Readme
vite-plugin-updated-at
Vite plugin for update updated_at field in comments.
installation
npm install @jswork/vite-plugin-updated-at
usage
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
import vitePlugin from '@jswork/vite-plugin-updated-at';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), vitePlugin()],
server: {
host: '0.0.0.0'
}
});
license
Code released under the MIT license.