File size increased 10x in 1.3.8 or later vs 1.3.7
I just discovered this when working on a project with the latest version (1.3.11). I noticed a small SignUpForm component was bundling to over 250kb of JS, which just made no sense at all. so I debugged where it came from, almost all betterauth! after some version changing, it seems it broke in 1.3.8, with 1.3.7 being the latest safe version. it gets worse in later versions, but no where near as expontential as in 1.3.8.
1.3.7:
15:47:38 [vite] dist/client/_astro/SignUpForm.C5hTQ5R5.js 28.75 kB │ gzip: 10.71 kB
1.3.8:
15:53:45 [vite] dist/client/_astro/SignUpForm.CDu9GmeV.js 258.14 kB │ gzip: 69.24 kB
1.3.11:
15:54:42 [vite] dist/client/_astro/SignUpForm.DtATROJ-.js 263.82 kB │ gzip: 71.18 kB
0 Replies