0.1.9 • Published 5 months ago

@sprit/pretty-console-webpack-plugin v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

console important message with color tags

Usage

import { PrettyConsoleWebpackPlugin } from '@sprit/pretty-console-webpack-plugin';

configure

new PrettyConsoleWebpackPlugin({
  git: {
    branch: true,
    hash: 7,
    lastCommitDateTime: true
  },
  custom() {
    return {
      '构建版本': process.env.BUILD_VERSION // 环境变量
    };
  }
})

Output(console)

示例

0.1.9

5 months ago

0.1.9-0

5 months ago

0.1.8

6 months ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago