1.0.0 • Published 6 years ago

webpack-random-fact v1.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

Webpack Random Fact Plugin

Generate a random fact at the end of your build. Just because.

This is just a glorified wrapper for my node-random-fact repo.

Usage

In your webpack config, add the plugin to the plugins array. Who would have thunk it?

const WebpackRandomFactPlugin = require('webpack-random-fact');

module.exports = {
  //...
  plugins: [
    //...
    new WebpackRandomFactPlugin(),  
  ],
};
1.0.0

6 years ago