This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

webpack-random-fact

1.0.0 • Public • Published

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(),  
  ],
};

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i webpack-random-fact

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    983 B

    Total Files

    4

    Last publish

    Collaborators

    • ryanpotternz