Package Exports
- hash-all-modules-plugin
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hash-all-modules-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
hash-all-modules-plugin
Hashs all remaining modules that do not get hashed via HashedModuleIdsPlugin
Installation
npm install --save-dev hash-all-modules-pluginUsage
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.