bigbrother-webpack-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.7.7 • Public • Published

bigbrother-webpack-plugin

Badges

TNPM version TNPM downloads [![install size][install-size-image]][install-size-url] 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;
};

Readme

Keywords

Package Sidebar

Install

npm i bigbrother-webpack-plugin

Weekly Downloads

604

Version

1.7.7

License

ISC

Unpacked Size

38.4 kB

Total Files

20

Last publish

Collaborators

  • ikobe
  • ycjcl868