DEV Community

Mat
Mat

Posted on

 

CI tools for bundle size comparisons?

I'm starting a new project at work and as part of that we want our Travis CI to check if our bundle size has grown larger than expected.
Tools I've earmarked thus far are size-limit and bundlesize, but I thought I would reach out to see if anyone else has had success with different tools.

Top comments (0)

Need a better mental model for async/await?

Check out this classic DEV post on the subject.

⭐️🎀 JavaScript Visualized: Promises & Async/Await

async await