Skip to content

doytch/hashout-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hashout-webpack-plugin

Output the build hash from your Webpack builds to a file. Configure the file being written to and automatically append or prepend strings.

##Usage

const HashOut = require('hashout-webpack-plugin');
...
config.plugins.push(
    new HashOut({
        file: 'dist/hash',
        prepend: '{ hash: "',
        append: '" }',
    })
);

About

Output the build hash from your Webpack builds to a file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published