# bigbrother-webpack-plugin

> bigbrother client

Latest version **1.7.7** (published 2020-09-08) · ISC license · 0 weekly downloads

## Install

```sh
npm install bigbrother-webpack-plugin
pnpm add bigbrother-webpack-plugin
yarn add bigbrother-webpack-plugin
bun add bigbrother-webpack-plugin
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.7.7 |
| Published | 2020-09-08 |
| First published | 2018-11-02 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 7 |
| Unpacked size | 37.5 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | yes |
| Author | xiaosheng |
| Maintainers | ikobe, ycjcl868 |
| Keywords | monitor |

## Links

- npm: https://www.npmjs.com/package/bigbrother-webpack-plugin
- npm.io page: https://npm.io/package/bigbrother-webpack-plugin

## Dependencies (7)

- [bfj](https://npm.io/package/bfj.md) ^6.1.1
- [ini](https://npm.io/package/ini.md) ^1.3.5
- [uuid](https://npm.io/package/uuid.md) ^3.3.2
- [debug](https://npm.io/package/debug.md) ^4.1.0
- [tslib](https://npm.io/package/tslib.md) ^1.9.3
- [is-ali-env](https://npm.io/package/is-ali-env.md) ^0.1.4
- [shameimaru](https://npm.io/package/shameimaru.md) ^1.0.1

## Recent versions

- 1.7.7 (latest) — 2020-09-08
- 1.7.6 — 2020-07-07
- 1.7.5 — 2020-04-17
- 1.7.4 — 2019-11-18
- 1.7.3 — 2019-11-18
- 1.7.2 — 2019-09-20
- 1.7.1 — 2019-06-17
- 1.7.0 — 2019-06-17
- 1.6.1 — 2019-02-26
- 1.5.0 — 2019-02-26
- 1.4.0 — 2019-02-20
- 1.3.6 — 2019-02-20
- 1.3.5 — 2019-02-20
- 1.3.4 — 2019-02-20
- 1.3.3 — 2019-02-19
- … 27 more at https://npm.io/package/bigbrother-webpack-plugin/versions

## README

# bigbrother-webpack-plugin

## Badges

[![TNPM version][tnpm-image]][tnpm-url]
[![TNPM downloads][tnpm-downloads-image]][tnpm-url]
[![install size][install-size-image]][install-size-url]
![node >=8.0.0](https://duing.alibaba-inc.com/img/label?key=node&value=%3E%3D8.0.0&keyBgColor=505050&valueBgColor=51CA2A&size=12)

[tnpm-image]: https://npm.alibaba-inc.com/badge/v/bigbrother-webpack-plugin.svg
[tnpm-url]: https://npm.alibaba-inc.com/package/bigbrother-webpack-plugin
[tnpm-downloads-image]: https://npm.alibaba-inc.com/badge/d/bigbrother-webpack-plugin.svg

--------------------

## Install

```bash
$ npm i bigbrother-webpack-plugin -D
```

## Usage

```bash
const BigBrother = require('bigbrother-webpack-plugin');

module.exports = function(webpackConfig) {
  webpackConfig.plugins.push(new BigBrother({
    cwd: process.cwd(),
    tool: {
      name: 'your tool',
      version: '0.0.x',
    },
    stagesPath: '',
    buildConfig: {},
  }));
  return webpackConfig;
};
```

---
_Source: https://npm.io/package/bigbrother-webpack-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
