diff --git a/README.md b/README.md index 1d119505..5aa3ea54 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,10 @@ new ExtractTextPlugin(options: filename | object) * `[name]` name of the chunk * `[id]` number of the chunk * `[contenthash]` hash of the content of the extracted file +* `[:contenthash::]` optionally you can configure + * other `hashType`s, e.g. `sha1`, `md5`, `sha256`, `sha512` + * other `digestType`s, e.g. `hex`, `base26`, `base32`, `base36`, `base49`, `base52`, `base58`, `base62`, `base64` + * and `length`, the length of the hash in chars > :warning: `ExtractTextPlugin` generates a file **per entry**, so you must use `[name]`, `[id]` or `[contenthash]` when using multiple entries.