ai / size-limit

Calculate the real cost to run your JS app or lib to keep good performance. Show error in pull request if the cost exceeds the limit.
MIT License
6.52k stars 1.82k forks source link

feat: support 3rd party plugins/presets #292

Closed JounQin closed 2 years ago

JounQin commented 2 years ago

work on https://github.com/ai/size-limit/issues/291#issuecomment-1184607227

cc @ai

JounQin commented 2 years ago

The CI on master branch seems to be broken

https://github.com/ai/size-limit/runs/7342646178?check_suite_focus=true

ai commented 2 years ago

Yes, Jest became unstable

ai commented 2 years ago

I finally fixed CI!

ai commented 2 years ago

The fix was released in 8.0.

JounQin commented 2 years ago

Thanks for merging!