1.0.16 • Published 1 year ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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.16

1 year ago

1.0.11

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago