Is your feature request related to a problem? Please describe.
Currently Anytype takes 290 M (for installer) or 900 M (installed app folder) space, which is way too much even for an Electron app. There are both app.asar
and app.asar.unpacked
in the resources
folder. I guess there are many redundant files or unnecessary files used for development only. It would be nice to pack and minify the files with webpack, which can reduce the download size and speed up the app booting process.