-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi,
When I use this package, my final compiled app.js bundle size (using Webpack) increases with around ~1.3MiB (!)
This is pretty large, especially for the functionality it provides...
Also, Node currently needs more than 2 seconds to parse all that JS:
$ node
> console.time('load'); require('@arkane-network/web3-arkane-provider'); console.timeEnd('load')
load: 2.452s
> console.time('load'); require('web3'); console.timeEnd('load')
load: 639.403ms
> console.time('load'); require('vue'); console.timeEnd('load')
load: 11.112ms
Compare it with something like Vue (full front-end lib), takes only a couple ms.
Are there any plans to improve this?
candoizo, chelorope, felixtosh and sebsobseb
Metadata
Metadata
Assignees
Labels
No labels