File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ A string or an array of root directories. Specify the paths or a glob path (eg.
4747
4848A map of alias. You can also alias ` node_modules ` dependencies, not just local files.
4949
50- ### Regular expressions
50+ ### Regular expressions
5151
5252It is possible to specify an alias using a regular expression. To do that, either start an alias with ` '^' ` or end it with ` '$' ` :
5353
@@ -69,7 +69,7 @@ You can reference the n-th matched group with `'\\n'` (`'\\0'` refers to the who
6969
7070To use the backslash character (` \ ` ) just escape it like so: ` '\\\\' ` (double escape is needed because of JSON already using ` \ ` for escaping).
7171
72- ### Passing a substitute function
72+ ### Passing a substitute function
7373
7474If you need even more power over the aliased path, you can pass a function in the alias configuration:
7575
You can’t perform that action at this time.
0 commit comments