1.0.10 • Published 10 months ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
10 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

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago