diff --git a/src/content/glossary.md b/src/content/glossary.md index 928fe6f3cda1..61ba2f71b675 100644 --- a/src/content/glossary.md +++ b/src/content/glossary.md @@ -81,6 +81,8 @@ This index lists common terms used throughout the webpack ecosystem. ## R +- [**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"*. + ## S ## T