Now that we have the option to output bundle information using ./build.js --metafile meta.json, the ESBuild bundle analyzer shows the bundle size. So in theory we could introduce a new github action which in a PR checks out main and runs another build and then compares the bundle size.
Now that we have the option to output bundle information using
./build.js --metafile meta.json
, the ESBuild bundle analyzer shows the bundle size. So in theory we could introduce a new github action which in a PR checks outmain
and runs another build and then compares the bundle size.For plugins the index.js size would be:
Can't easily find out big the total bundle size is