Add Open-Mode to extends the possibilities of usages #254
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.
Description
The
Open-Mode
has the goal to extends the possibilities by using only the crucial information of the size of the build and nothing else, thus it permits to use this data to create a lot of other things and not only for a CI purpose in case of fail or success depending a maxsize.Motivation and Context
Issue #253.
It extends the possibilities of usage of
bundlesize
by having only the crucial information of the build size.Types of changes
Checklist:
Concerning the style of the project, a bug occur linked to prettier, I've created an Pull request that is related to #246
For the documentation, this feature is not certain to be accepted yet, so I will update the doc when we will be sure.
Thank's :)