-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
API - Plugins #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can use this to link to individual issues I will create for each of these bullet points. |
We use those in Carte Blanche too (@jantimon helped us build it, so that's why 😁) so I can document that! |
Well webpack is very modular - the custom plugin hooks are exactly the same as the "standard" hooks. |
Tapable is very simple - you can just read the source it contains only very small helper functions. It is similar to event emitter however it allows plugins to queue up and modify the given value. |
@jantimon would you be willing to tackle the Tapable page? Like explain how it works, even though it's pretty simple code we want to explain it to somone in a clear and consice way. I was thinking about writing the schema/typescript definition for it as well. |
I am on vacation for the next 3 weeks but maybe afterwards. |
Closing for the same reason mentioned in #36. Let's open more targeted issues/prs if there's still work left to do. |
Stub.
Overview Page: Give Overview of what this section will cover.
WIP
The text was updated successfully, but these errors were encountered: