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

Does this work for a list of chunks and not a main bundle file? #296

Closed gkatsanos closed 2 years ago

gkatsanos commented 2 years ago

image

how does one instruct size-limit to check all of these? Does this work with a webpack analyzer json file?

ai commented 2 years ago

Does this work for a list of chunks and not a main bundle file?

You can try something like /dist/*.js.

Does this work with a webpack analyzer json file?

No

ai commented 2 years ago

For questions you can use Discussions section of these repo

lkraav commented 1 year ago

For questions you can use Discussions section of these repo

It seems Discussions is turned off?

ai commented 1 year ago

Should work. How the page looks like on our machine?

lkraav commented 1 year ago

Should work. How the page looks like on our machine?

It loads now, whereas it 404-d before because I'm fairly certain Discussion was disabled.