1.0.0 • Published 4 years ago

html-webpack-short-hash-plugin v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

HTML Webpack Short Hash Plugin

Shortens the hashes added to file urls by the HTML webpack plugin.

npm install --save-dev html-webpack-short-hash-plugin

Example:

var HtmlWebpackShortHashPlugin = require('html-webpack-short-hash-plugin');

{
  plugins: [
    new HtmlWebpackPlugin(),
    new HtmlWebpackShortHashPlugin({
      length: 8 // defaults to 6
    })
  ]
}
1.0.0

4 years ago

0.1.2

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago