Skip to content

Commit ca615ae

Browse files
committed
Update readme
1 parent 9513618 commit ca615ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,9 +1006,9 @@ Inspired by [webpack interpolateName](https://github.com/webpack/loader-utils#in
10061006
- `[name]` the basename of the resource
10071007
- `[path]` the path of the resource
10081008
- `[folder]` the folder the resource is in
1009-
- `[contenthash]` or `[hash]` *(they are the same)* the hash of the resource content (by default it's the hex digest of the md4 hash)
1009+
- `[contenthash]` or `[hash]` *(they are the same)* the hash of the resource content (by default it's the hex digest of the md5 hash)
10101010
- `[<hashType>:contenthash:<digestType>:<length>]` optionally one can configure
1011-
- other hashTypes, i. e. `sha1`, `md4`, `md5`, `sha256`, `sha512`
1011+
- other hashTypes, i. e. `sha1`, `md5`, `sha256`, `sha512`
10121012
- other digestTypes, i. e. `hex`, `base26`, `base32`, `base36`, `base49`, `base52`, `base58`, `base62`, `base64`
10131013
- and `length` the length in chars
10141014

0 commit comments

Comments
 (0)