Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • HashedModuleIdsPluginOptions

Index

Properties

context?: string

The context directory for creating names.

hashDigest?: "latin1" | "base64" | "hex"

The encoding to use when generating the hash, defaults to 'base64'. All encodings from Node.JS' hash.digest are supported.

hashDigestLength?: number

The prefix length of the hash digest to use, defaults to 4.

hashFunction?: string | typeof Hash

The hashing algorithm to use, defaults to 'md4'. All functions from Node.JS' crypto.createHash are supported.