Generate a random fact at the end of your build. Just because.
This is just a glorified wrapper for my node-random-fact repo.
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(),
],
};