new HashedModuleIdsPlugin(options?): HashedModuleIdsPluginAttributes
options:
HashedModuleIdsPluginOptionsoptions object
Returns:
HashedModuleIdsPluginCreates an instance of HashedModuleIdsPlugin.
Attributes
options:
HashedModuleIdsPluginOptionsapply(compiler): voidAttributes
Applies the plugin by registering its hooks on the compiler.
Attributes
context:
stringThe context directory for creating names.
hashDigest:
"ascii" | "utf8" | "utf-8" | "utf16le" | "utf-16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex"The encoding to use when generating the hash, defaults to 'base64'. All encodings from Node.JS' hash.digest are supported.
hashDigestLength:
numberThe prefix length of the hash digest to use, defaults to 4.