JSPM

hash-all-modules-plugin

0.2.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1010
  • Score
    100M100P100Q106475F
  • License MIT

Hashs all remaining modules that do not get hashed via HashedModuleIdsPlugin

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

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.