Skip to content

Commit 22f4ffd

Browse files
dear-lizhihuaskipjack
authored andcommitted
docs(glossary): add "request" definition (#1819)
1 parent 0afb521 commit 22f4ffd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/glossary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ This index lists common terms used throughout the webpack ecosystem.
8181

8282
## R
8383

84+
- [**Request**](/guides/dependency-management/): Refers to the expression in the require/import statement, e.g. *require("./template/" + name + ".ejs")*, the request is *"./template/" + name + ".ejs"*.
85+
8486
## S
8587

8688
## T

0 commit comments

Comments
 (0)