# webpack-random-fact

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

Latest version **1.0.0** (published 2018-02-14) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install webpack-random-fact
pnpm add webpack-random-fact
yarn add webpack-random-fact
bun add webpack-random-fact
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2018-02-14 |
| First published | 2018-02-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 983 B |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | ryanpotternz |

## Links

- npm: https://www.npmjs.com/package/webpack-random-fact
- npm.io page: https://npm.io/package/webpack-random-fact

## Dependencies (1)

- [random-fact](https://npm.io/package/random-fact.md) ^1.1.0

## Recent versions

- 1.0.0 (latest) — 2018-02-14

## README

# 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](https://github.com/Rhym/node-random-fact) repo.

## Usage

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

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

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

---
_Source: https://npm.io/package/webpack-random-fact · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
