UNPKG

@sprit/pretty-console-webpack-plugin

Version:

## Usage ```typescript import { PrettyConsoleWebpackPlugin } from '@sprit/pretty-console-webpack-plugin'; ```

27 lines (22 loc) 454 B
# console important message with color tags ## Usage ```typescript import { PrettyConsoleWebpackPlugin } from '@sprit/pretty-console-webpack-plugin'; ``` ## configure ```typescript new PrettyConsoleWebpackPlugin({ git: { branch: true, hash: 7, lastCommitDateTime: true }, custom() { return { '构建版本': process.env.BUILD_VERSION // 环境变量 }; } }) ``` ## Output(console) ![示例](./images/console@2x.png)