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.
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(),
],
};
Versions
Version | Downloads (Last 7 Days) | Published |
---|
Version History
Version | Downloads (Last 7 Days) | Published |
---|
Package Sidebar
Install
npm i webpack-random-fact
Weekly Downloads