$ npm install bigbrother-webpack-plugin
[![install size][install-size-image]][install-size-url]
$ 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;
};
© 2010 - cnpmjs.org x YWFE | Home | YWFE