A question about webpack and bundling for the mobile / desktop web browser.
I was following the instructions to build the node package. Onboard blockchain wallet connector tool. I also installed webpack. After running npx webpack the Dist folder produced 94 .js files totaling 50 MB. On connecting to index.html around 30 .js files are downloaded.
Just wondering if this is the typical output size for webpack bundles for the web browser. I'm just looking for a decent blockchain wallet connect library to drop into my website this way visitors on mobile or desktop can interface with their installed blockchain wallet of choice. However, 50 MB is too much.