hash-all-modules-plugin
v0.2.1
Published
Hashs all remaining modules that do not get hashed via HashedModuleIdsPlugin
Downloads
547
Readme
hash-all-modules-plugin
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.