Description
In regards to webpack/webpack.js.org#1754 and this comment.
The documentation on the next
branch of webpack.js.org now points to this package and it's readme more prominently. In standardizing and updating the new v4 hook documentation, I used this repo's README a lot. I found most of it very helpful, but the actual hook types still feel a bit mysterious.
Now that we note each hook type in the description of each hook, it would be great if users could come over here to learn more about the different types of hooks and what the do (besides just sync vs async). Something like the following for each hook would be fantastic:
SyncHook
Creates a hook that is executed synchronously... (etc.)
Methods:
tap
I'd be happy to help with grammar or clarification if needed.