xpepermint / hash-webpack-plugin

Hash manifest file writer plugin for Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 install --save-dev hash-webpack-plugin

Example

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

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

About

Hash manifest file writer plugin for Webpack.

License:MIT License


Languages

Language:JavaScript 100.0%