Open
Description
Describe the bug
Description:
When using docusaurus-openapi-docs, the page loads unnecessary JavaScript code from the faker-js package (apparently pulled as a dependency from postman). This results in:
- Increased TotalJS size
- Longer page load times
- Unused code being executed
Reproduction Steps:
- Visit the official demo site of docusaurus-openapi-docs (https://docusaurus-openapi.tryingpan.dev/)
- Open browser DevTools β Network tab (or check Coverage)
- Reload the page and observe JS files loaded
Note the presence of faker-js-related code (e.g., search for faker in fetched JS)