Skip to content

KankakeeCommunityCollege/hash-webpack-plugin_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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' })
  ]
};

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published