-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: Add config file options to bundle-analyzer cli, export types #174
fix: Add config file options to bundle-analyzer cli, export types #174
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found.
📢 Thoughts on this report? Let us know! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files
☔ View full report in Codecov by Sentry. |
Bundle ReportChanges will decrease total bundle size by 749 bytes (-0.01%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
} | ||
|
||
const argv = yargs(hideBin(process.argv)) | ||
const cliArgs = yargs(hideBin(process.argv)) |
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.
kinda annoying this yargs
doesn't provide any type validation 😭
Fix up a couple things: