Skip to content

frederikvonsperling/hash-webpack-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%