Skip to content

Commit f99b56b

Browse files
author
Rouzbeh Sarrafieh
committed
linking to MDN for apply method for easy referencing
1 parent cc56e28 commit f99b56b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ npm-debug.log
33
build
44
generated
55
.antwar
6-
6+
.vscode

content/concepts/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ They also serve the purpose of doing **anything else** that a [loader](/concepts
1212

1313
## Anatomy
1414

15-
A webpack **plugin** is a JavaScript object that has an `apply` property. This `apply` property is called by the webpack compiler, giving access to the **entire** compilation lifecycle.
15+
A webpack **plugin** is a JavaScript object that has an [`apply`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/apply) property. This `apply` property is called by the webpack compiler, giving access to the **entire** compilation lifecycle.
1616

1717
**ConsoleLogOnBuildWebpackPlugin.js**
1818

0 commit comments

Comments
 (0)