-
Notifications
You must be signed in to change notification settings - Fork 247
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
Optimize webpack bundle size #16
Conversation
Visit the preview URL for this PR (updated for commit 6307ad0): https://docusaurus-openapi-36b86--pr16-51lpfnfk.web.app (expires Wed, 13 Apr 2022 14:57:57 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
59fa297
to
69ef400
Compare
Size Change: -9.28 MB (-70%) 🏆 Total Size: 3.95 MB
ℹ️ View Unchanged
|
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.
Looks good! Preview build reflects optimized load times 🚀
Description
Patches the
postman-collection
andpostman-code-generators
packages to help reduce overall bundle size. More specifically, the patches reduce the amount of fake data generated by faker and exclude codegen languages not currently used. Also introduces theBundleAnalyzerPlugin
for more granular analysis.Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate)
Types of changes
Checklist