Hierarchy

  • HashedModuleIdsPluginOptions

Properties

context?: string

The context directory for creating names.

hashDigest?: "base64" | "latin1" | "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.

Generated using TypeDoc