1.0.1 • Published 1 year ago

pack-info-plugin v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

vue 打包信息打印

加载index.html时,控制台打印打包时间,打包人,打包分支,以及最后一次提交时间,提交人

使用

  • 安装依赖
npm i pack-info-plugin -save-dev
  • vue.config.js中使用
const HtmlPackInfoPlugin = require('pack-info-plugin')

module.exports = {
    configureWebpack {
        plugins: [
            new HtmlPackInfoPlugin()
        ]
    }
}
1.0.1

1 year ago

1.0.0

1 year ago