1.0.9 • Published 5 months ago

vite-plugin-update-version v1.0.9

Weekly downloads
-
License
MPL
Repository
-
Last release
5 months ago

vite-plugin-update-version

自动更新package.json里的version版本号

Automatic update version patch in package.json

用法:

usage:

npm install -D vite-plugin-update-version
import { updateVersion } from "vite-plugin-update-version";
import { fileURLToPath } from 'url'
const __filenameNew = fileURLToPath(import.meta.url)
const __dirnameNew = path.dirname(__filenameNew)

plugins: [

   /**

    \* @description: 更新package.json的版本信息, apply: 'build'打包时才调用

    \* @return {*}

    */

   {

    ...updateVersion(__dirnameNew),

    apply: 'build',

   }]
1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

1 year ago