0.0.1 • Published 9 months ago

@sprit/console-tag-plugin v0.0.1

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

示例