Hashs all remaining modules that do not get hashed via HashedModuleIdsPlugin
npm install --save-dev hash-all-modules-pluginwebpack.config.js
constwebpack=require('webpack');constHashAllModulesPlugin=require('hash-all-modules-plugin');module.exports={plugins: [newwebpack.HashedModuleIdsPlugin(),newHashAllModulesPlugin()]}This project is licensed under MIT.