0.2.1 • Published 6 years ago

hash-all-modules-plugin v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

hash-all-modules-plugin

npm version license

Hashs all remaining modules that do not get hashed via HashedModuleIdsPlugin

Installation

npm install --save-dev hash-all-modules-plugin

Usage

webpack.config.js

const webpack = require('webpack');
const HashAllModulesPlugin = require('hash-all-modules-plugin');

module.exports = {
  plugins: [
    new webpack.HashedModuleIdsPlugin(),
    new HashAllModulesPlugin()
  ]
}

License

This project is licensed under MIT.