From 4130640a9b582a6cee95fc85c9034df413e99e81 Mon Sep 17 00:00:00 2001 From: Danny Hurlburt Date: Tue, 4 Jul 2017 20:25:08 -0600 Subject: [PATCH] Fix output.hashDigest Description Appears to have been a clip-n-paste error from output.hashFunction's description. --- content/configuration/output.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/configuration/output.md b/content/configuration/output.md index 4f45d28b2caf..590604d0d545 100644 --- a/content/configuration/output.md +++ b/content/configuration/output.md @@ -8,6 +8,7 @@ contributors: - mattce - irth - fvgs + - dhurlburtusa --- The top-level `output` key contains set of options instructing webpack on how and where it should output your bundles, assets and anything else you bundle or load with webpack. @@ -216,7 +217,7 @@ T> When using the [`ExtractTextWebpackPlugin`](/plugins/extract-text-webpack-plu ## `output.hashDigest` -The hashing algorithm to use, defaults to `'hex'`. All functions from Node.JS' [`hash.digest`](https://nodejs.org/api/crypto.html#crypto_hash_digest_encoding) are supported. +The encoding to use when generating the hash, defaults to `'hex'`. All encodings from Node.JS' [`hash.digest`](https://nodejs.org/api/crypto.html#crypto_hash_digest_encoding) are supported. ## `output.hashDigestLength`