bigbrother-webpack-plugin
bigbrother client
Last updated 6 years ago by ikobe .
ISC · Repository · Original npm
$ cnpm install bigbrother-webpack-plugin 
SYNC missed versions from official npm registry.

bigbrother-webpack-plugin

Badges

TNPM version TNPM downloads install size node >=8.0.0


Install

$ npm i bigbrother-webpack-plugin -D

Usage

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;
};

Current Tags

  • 1.7.1                                ...           latest (6 years ago)

1 Versions

  • 1.7.1                                ...           6 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (7)
Dev Dependencies (16)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org