0.1.9 • Published 1 year ago

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

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

1 year ago

0.1.9-0

1 year ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago