functionland / fula-archived

Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
https://fx.land
MIT License
4 stars 0 forks source link

fula client library is big #124

Open gitaaron opened 2 years ago

gitaaron commented 2 years ago

I am seeing the following error when loading @functionland/fula with webpack -

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
  main.js (1.12 MiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  main (1.12 MiB)
      main.js

We should do a deps review and see if we can remove anything to cut the size down.

farhoud commented 2 years ago

The problem is libp2p already break the size limit!