-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
docs: add plugin hook filter info to Plugin Authors guide #20756
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
Conversation
|
Also to avoid duplicate content, you might want to remove it from the Rolldown guide and instead link to the new content (leave a few sentences to describe what the hook filters are there for in context with with Rolldown) |
@TheAlexLichter fixed |
- Credit Rolldown for introducing hook filter feature with link - Clarify backward compatibility requirements for Rollup/Vite - Replace utility functions section with reference to main hook filters section - Remove redundant @rolldown/pluginutils example
dedbe84 to
348c410
Compare
|
@bluwy any updates on this? |
bluwy
left a comment
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.
Thanks!
Fixes #20696
Summary
Added plugin hook filter information from the Rolldown guide to the Plugin Authors guide where it belongs.
Changes
/guide/rolldown.html#hook-filter-featureto/guide/api-plugin.html#filtering-include-exclude-patternThis makes the hook filter feature more discoverable for plugin authors who are reading the Plugin Authors guide.