1.0.0 • Published 7 years ago

webpack-benny-hill-plugin v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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
    */
  ]
};
1.0.0

7 years ago