hash-webpack-plugin_clone

0.0.5 • Public • Published

hash-webpack-plugin

Clone of xpepermint's hash manifest file writer plugin for Webpack.

Original repository: https://github.com/xpepermint/hash-webpack-plugin

Setup

npm install --save-dev hash-webpack-plugin

Example

...
const HashPlugin = require('hash-webpack-plugin');

module.exports = {
  ...
  plugins: [
    new HashPlugin({ path: './build', fileName: 'hash.txt' })
  ]
};

Package Sidebar

Install

npm i hash-webpack-plugin_clone

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

2.8 kB

Total Files

4

Last publish

Collaborators

  • wdzajicek