1.1.1 • Published 8 months ago

publish-info-webpack-plugin v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

publish-info-webpack-plugin

build 后为 dist 包添加发布时间、分支等信息方便查看版本情况

Installation

需要安装依赖包shelljs

  npm i shelljs -D
  yarn add shelljs -D
  pnpm add shelljs -D

Usage

  // for example
  module.exports = {
    plugins: [
      new PublishWebpackPlugin({
        outPath: resolve(__dirname, '../dist/index.html') // 指定打包后(output 指定的输出路径)输出html的路径
      })
    ],
  }
1.1.1

8 months ago

1.1.0

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago