As I was migrating code from https://github.com/hashmesan/harmony-totp , I noticed the web-client is packing up a large number of packages. The current bundle size is >5MB. This is unacceptable for production use beyond the MVP stage. I suspect many of them are unnecessary.
I will make a note here in case anyone would be interested in helping out on this.
I have already ruled out polyfill - it is not the suspect.

As I was migrating code from https://github.com/hashmesan/harmony-totp , I noticed the web-client is packing up a large number of packages. The current bundle size is >5MB. This is unacceptable for production use beyond the MVP stage. I suspect many of them are unnecessary.
I will make a note here in case anyone would be interested in helping out on this.
I have already ruled out polyfill - it is not the suspect.