Open sakulstra opened 2 years ago
can you check .15?
Hi, I also had the same issue but as pointed out by @kvhnuke upgrading to version 2.2.0-beta.15+
solved it.
Thanks!
@kvhnuke it only solved the webpack part of the problem. afaik core.js & underscore are still included & the whole package.json is inlined (created this pr https://github.com/MyEtherWallet/MEWconnect-web-client/pull/108 a while ago to solve parts of the issues, but lacking types make it hard to work with this.
Hello, i've been trying to upgrade aave-ui to webpack5 but am facing quite some issues with @myetherwallet.
Most importantly there seems to be a package.json import throwing on wp5. Importing package.json in client code doesn't seem very nice to me, might make sense to think about a different way of providing the version within the build process.
Besides that the mew package is throwing quite a bunch of warnings for outdated & deprecated package (not all of that is relevant, but some of these add up on bundle size as mew is enforcing outdated packages which in turn will get bundled twice)
Would be nice if you could do some housekeeping here.
core-js
imo should not be bundled in a library as it's up to the client to implement polyfills.