-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
docs(plugins) document ProvidePlugin #3102
Conversation
Preview is ready Built with commit 0a1810b https://deploy-preview-3102--webpackjsorg-netlify.netlify.com |
|
||
- `percentage`: a number between 0 and 1 indicating the completion percentage of the compilation | ||
- `message`: a short description of the currently-executing hook | ||
- `...args`: zero or more additional strings describing the current progress |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zero or more additional strings
That doesn't say anything haha, What is it exactly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😅
Yes unfortunately source code doesn't have them used. I think it's reserved to avoid breaking changes in future when plugin is changed
Co-Authored-By: Fernando Montoya <[email protected]>
Thanks! |
Document ProvidePlugin
FIxes #3094