bigbrother-webpack-plugin
v1.7.7
Published
bigbrother client
Downloads
1,126
Readme
bigbrother-webpack-plugin
Badges
[![install size][install-size-image]][install-size-url]
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;
};