From 1a91cdac835fcd3c7694456d228973f135e01e79 Mon Sep 17 00:00:00 2001 From: Sam Chen Date: Sun, 15 Aug 2021 13:06:00 +0800 Subject: [PATCH] docs: fix readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d44cfaf9..4a106ddf 100644 --- a/README.md +++ b/README.md @@ -745,13 +745,13 @@ For more information on options see: Supported template strings: -- [name] the basename of the resource -- [path] the path of the resource relative to the `compiler.context` option or `modules.localIdentContext` option. -- [file] - filename and path. -- [ext] - extension with leading . -- [hash] - the hash of the string, generated based on `localIdentHashSalt`, `localIdentHashFunction`, `localIdentHashDigest`, `localIdentHashDigestLength`, `localIdentContext`, `resourcePath` and `exportName` -- [:hash::] - hash with hash settings. -- [local] - original class. +- `[name]` the basename of the resource +- `[path]` the path of the resource relative to the `compiler.context` option or `modules.localIdentContext` option. +- `[file]` - filename and path. +- `[ext]` - extension with leading . +- `[hash]` - the hash of the string, generated based on `localIdentHashSalt`, `localIdentHashFunction`, `localIdentHashDigest`, `localIdentHashDigestLength`, `localIdentContext`, `resourcePath` and `exportName` +- `[:hash::]` - hash with hash settings. +- `[local]` - original class. Recommendations: