Automatically track all CircleCI artifacts
Rather than having to manually specify the files to track in the package.json, it would be nice to be able to automatically track all files that are saved as artifacts in CircleCI and compare them to the most recent master build.
That's pretty cool! I did not know circleCI could do that.
However, adding this feature would make things very specific to CircleCI. bundlesize can be used on your local machine as well.
I'm not sure if that's a good idea for the code. Could be useful as a plugin if you're interested in building it.
However, adding this feature would make things very specific to CircleCI.
Most good CI systems have some way of archiving artifacts. AppVeyor supports it, as does Jenkins. The tricky thing is that they all have their own custom APIs. Having plugins for the most popular CI systems or supporting them out-of-the-box would be a good idea IMO, as that's how I imagine most people would integrate this into their build.
That would be cool, would make the setup pretty easy.
I don't think I can invest time in this right now, you can pick it up if you like 🙂
I don't have time to work on it either, unfortunately :( I'm already working on too many projects
😀
keeping this open for someone to grab it