hash-webpack-plugin

0.0.5 • Public • Published

hash-webpack-plugin

Hash manifest file writer plugin for Webpack.

Do you need to integrate Webpack with your ExpressJS app? Check the express-hash-webpack plugin.

Setup

npm instal --save-dev hash-webpack-plugin

Example

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

Package Sidebar

Install

npm i hash-webpack-plugin

Weekly Downloads

94

Version

0.0.5

License

MIT

Last publish

Collaborators

  • xpepermint