Skip to content

Plugin to generate a hash based on output file's content with md5.

Notifications You must be signed in to change notification settings

hhhuangqiong/webpack-content-md5-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

webpack-content-md5-hash

Plugin to generate a hash based on output file's content with md5.

Installation

npm install webpack-content-md5-hash --save-dev

Usage

Just add this plugin as usual.

// webpack.config.js

var WebpackContentMd5Hash = require('webpack-content-md5-hash');

module.exports = {
    // ...
    plugins: [
        new WebpackContentMd5Hash()
    ]
};

About

Plugin to generate a hash based on output file's content with md5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published