You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/glossary.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,8 @@ This index lists common terms used throughout the webpack ecosystem.
81
81
82
82
## R
83
83
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"*.
0 commit comments