Skip to content

Commit 8a3c989

Browse files
chrmodskipjack
authored andcommitted
docs(contribute): link compiler docs in writing-a-plugin (#1700)
While authoring plugins the list of hooks is essential knowledge, so a link to hooks documentation page should be accessible in the top of writing a plugin guide.
1 parent 955ff3f commit 8a3c989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/contribute/writing-a-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A plugin for `webpack` consists of
1111

1212
- A named JavaScript function.
1313
- Defines `apply` method in it's prototype.
14-
- Specifies webpack's event hook to attach itself.
14+
- Specifies an [event hook](/api/compiler/#event-hooks) on which to bind itself.
1515
- Manipulates webpack internal instance specific data.
1616
- Invokes webpack provided callback after functionality is complete.
1717

0 commit comments

Comments
 (0)