Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

pfdgithub/hash-all-modules-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Hashs all remaining modules that do not get hashed via HashedModuleIdsPlugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors