-
-
Notifications
You must be signed in to change notification settings - Fork 375
Description
Describe the bug
With #3852, a new runtime hook documentation page was introduced under guides.
While the new runtime plugin documentation is quite similar to the existing runtime plugin documentation at that time, it differs slightly. Most noteworthy is the fact that the documentation for the runtime hooks fetch
and loadEntry
went missing altogether.
With #3874, the old runtime plugin documentation was completely replaced with a reference to the new documentation.
Are the initially mentioned differences intentional (especially the removal of the two runtime plugin docs), or should these docs be added back?
I would be willing to contribute if you tell me how much of the old documentation page should be re-inserted back into the new documentation back.
Reproduction
Open runtime hooks docs and see that both hooks fetch and loadEntry are missing.
Used Package Manager
npm
System Info
Not relevant
Validations
- Read the docs.
- Read the common issues list.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a Module federation issue and not a framework-specific issue.
- The provided reproduction is a minimal reproducible example of the bug.