-
Notifications
You must be signed in to change notification settings - Fork 294
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
Extract Bundlesize to its own job/check #2667
Conversation
If the context is incorrect we can check is using this action step:
|
The request to report the check is failing it seems: Not sure what's going on exactly but it's resulting in a 500 Internal server error. |
Hey @aaemnnosttv, I have done some rearch, including following this thread. As we don't have control over the Vercel (now.sh) set up I wasn't able to dig into why this is returning a 500 error. There is a more actively maintained alternative called bundlewatch with more active commits and a similar web service to https://bundlesize-store.now.sh. Would you consider switching? |
Size Change: 0 B Total Size: 1.17 MB ℹ️ View Unchanged
|
Thanks @benbowler – it looks like this is working which is great! However one thing I noticed as a feature on the This should be fairly straight forward to add, again because the action offers support for this, we just need to configure it to match our hashes so they can be stripped. See https://github.com/preactjs/compressed-size-action#dealing-with-hashed-filenames |
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.
Great!
Extract Bundlesize to its own job/check.
Summary
Addresses issue #2539
Relevant technical choices
I followed these documents to get the head commit message and SHA.
Checklist