earthstar-project / earthstar

Storage for private, distributed, offline-first applications.
https://earthstar-project.org
GNU Lesser General Public License v3.0
632 stars 20 forks source link

Decrease web bundle size #216

Closed sgwilym closed 1 year ago

sgwilym commented 2 years ago

What's the problem you want solved?

The bundle currently produced by make bundle is 300kb. A lot of this comes from dependencies. Part of Earthstar's strength is its lightness: our web bundle should reflect that.

Is there a solution you'd like to recommend?

Here's some low-hanging fruit:

sgwilym commented 2 years ago

You can see the list of dependencies and their sizes using deno info mod.ts from the root of the project.