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/concepts/plugins.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ class ConsoleLogOnBuildWebpackPlugin {
37
37
module.exports= ConsoleLogOnBuildWebpackPlugin;
38
38
```
39
39
40
-
The first parameter of the tap method of the compiler hook should be a camelized version of the plugin name. It is advisable to use a constant for this so it can be reused in all hooks.
40
+
It is recommended that the first parameter of the tap method of the compiler hook should be a caramelized version of the plugin name. It is advisable to use a constant for this so it can be reused in all hooks.
0 commit comments