1.0.10 • Published 9 months ago

@jswork/vite-plugin-updated-at v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

vite-plugin-updated-at

Vite plugin for update updated_at field in comments.

version license size download

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.

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago