webpack-benny-hill-plugin
v1.0.0
Published
THE MOST USEFUL WEBPACK PLUGIN OF ALL TIME.
Downloads
14
Readme
Webpack Benny Hill Plugin 🔥💯🎷
THE MOST USEFUL WEBPACK PLUGIN OF ALL TIME.
This was made for fun just to see how webpack plugins could work.
Installation
npm
npm install --save-dev webpack-benny-hill-plugin
yarn
yarn add -D webpack-benny-hill-plugin
Usage
webpack.config.js
const BennyHillPlugin = require('webpack-benny-hill-plugin');
module.exports = {
/*
Rest of your webpack configuration
*/
plugins: [
new BennyHillPlugin(),
/*
Rest of your plugins
*/
]
};