Large bundle size for Branded types in the frontend
Hi, I'm using Next JS 15 and recently added branded types also to our frontend, but the bundle size got increased by almost 100KB (Gzip).
This is the code:
I don't know if I did something wrong, messed up the import or if the NextJS compiler has a bug? 100kb extra for just branded type doesn't seems normal
This is the code:
I don't know if I did something wrong, messed up the import or if the NextJS compiler has a bug? 100kb extra for just branded type doesn't seems normal

