Akash Patel

Results 39 comments of Akash Patel

@kyletsang BTW I can still regenerate layout shift issue consistently with same codesandbox link with window size less than 1000px as shown in this video, you can try again with...

Hi, is this being considered?

Hi, this could possibly be fixed by forcefully upgrading to 3.9.3 version of cb sdk (wagmi is using 3.9.1 fixed version), but not creating PR as draft PR which upgrades...

Hi, `NG_BUILD_OPTIMIZE_CHUNKS` option has reduced raw size of initial bundle significantly (from 3.16MB to 1.28MB) in one of our app, it is also reducing total number of chunks (from 143...

> > `NG_BUILD_OPTIMIZE_CHUNKS` option has reduced raw size of initial bundle significantly (from 3.16MB to 1.28MB) > > I highly doubt that, it not likely that you have a 3x...

Hi, did you find reason for this, I also have similar issue with one esm package (which depends on some commonjs modules).

Ok, good to know, in my case, I can't remove async import as it could increase initial bundle size.

Hi, yes this is good solution, but in my case its coming from third party lib, they export all connectors from single file like this: https://github.com/wevm/wagmi/blob/main/packages/connectors/src/exports/index.ts so either Angular bundler...

yes this should be done by core team.