You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, the ability to use an alternate config file from the GH action. Then, we could run bundlemon twice, one with compression and one without.
The text was updated successfully, but these errors were encountered:
I decided not to solve this issue by displaying both compressed and uncompressed because this change would require a lot of changes to the current code and might make things more difficult, will try to think about that in the feature.
So the other solution is to use the "subproject" feature which is available in v1.3.0
yarn run bundlemon # assuming you are using default compression as gzip in your config file
yarn run bundlemon --subProject no-compression --defaultCompression none
or
yarn run bundlemon --subProject gzip-compression --defaultCompression gzip
yarn run bundlemon --subProject no-compression --defaultCompression none
Assuming you set Github output with comment & status this will create 2 comments and 2 statuses, one for each subproject.
Hope this solves the issue, if it does please close the issue,if not please let me know what I can do to help you (:
Alternatively, the ability to use an alternate config file from the GH action. Then, we could run bundlemon twice, one with compression and one without.
The text was updated successfully, but these errors were encountered: