$ cnpm install bigbrother-webpack-plugin
$ npm i bigbrother-webpack-plugin -D
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;
};
Copyright 2013 - present © cnpmjs.org