Skip to content

Commit d006f2f

Browse files
authored
docs: fix readme (#1359)
1 parent 797d48f commit d006f2f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -745,13 +745,13 @@ For more information on options see:
745745

746746
Supported template strings:
747747

748-
- [name] the basename of the resource
749-
- [path] the path of the resource relative to the `compiler.context` option or `modules.localIdentContext` option.
750-
- [file] - filename and path.
751-
- [ext] - extension with leading .
752-
- [hash] - the hash of the string, generated based on `localIdentHashSalt`, `localIdentHashFunction`, `localIdentHashDigest`, `localIdentHashDigestLength`, `localIdentContext`, `resourcePath` and `exportName`
753-
- [<hashFunction>:hash:<hashDigest>:<hashDigestLength>] - hash with hash settings.
754-
- [local] - original class.
748+
- `[name]` the basename of the resource
749+
- `[path]` the path of the resource relative to the `compiler.context` option or `modules.localIdentContext` option.
750+
- `[file]` - filename and path.
751+
- `[ext]` - extension with leading .
752+
- `[hash]` - the hash of the string, generated based on `localIdentHashSalt`, `localIdentHashFunction`, `localIdentHashDigest`, `localIdentHashDigestLength`, `localIdentContext`, `resourcePath` and `exportName`
753+
- `[<hashFunction>:hash:<hashDigest>:<hashDigestLength>]` - hash with hash settings.
754+
- `[local]` - original class.
755755

756756
Recommendations:
757757

0 commit comments

Comments
 (0)