-
Notifications
You must be signed in to change notification settings - Fork 403
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
ci(bundlemon): replace bundlesize with bundlemon #1865
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rfprod
force-pushed
the
bundlemon
branch
2 times, most recently
from
June 18, 2022 17:00
997e018
to
e643bb6
Compare
I'll set this up and test it tomorrow morning. |
- [x] remove bundlesize dependency, config, scripts and github ci jobs; - [x] add bundlemon dependency, config and github ci jobs; - [x] regenerate yarn.lock after replacing project dependencies;
markwhitfeld
requested review from
markwhitfeld,
arturovt,
kuncevic,
Carniatto,
poloagustin,
joaqcid and
splincode
as code owners
June 22, 2022 08:11
markwhitfeld
approved these changes
Jun 22, 2022
BundleMonFiles added (6)
Total files change +304.56KB 0% Groups added (6)
Final result: ✅ View report in BundleMon website ➡️ |
BundleMon (NGXS Plugins)Files added (28)
Total files change +105.92KB 0% Groups added (6)
Final result: ✅ View report in BundleMon website ➡️ |
BundleMon (Integration Projects)Files added (4)
Total files change +274.05KB 0% Final result: ✅ View report in BundleMon website ➡️ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BUNDLEMON_PROJECT_ID
- this will be needed for reporting,BUNDLEMON_PROJECT_API_KEY
- this one will not be used (its written in the docs that the API key is not required for public repos), but seems like it's worth at least saving the value. Docs ref: https://github.com/LironEr/bundlemon-github-actions#create-bundlemon-projectpr-validation
workflow;PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Bundlesize is used to check bundle sizes.
Issue Number: #1764
What is the new behavior?
Bundlemon is used to check bundle sizes.
Does this PR introduce a breaking change?
Other information