Build Electron final size

Asked

Viewed 113 times

0

I wonder if there is any way to generate a build of an eletron app in a size less than 80 Mbs. I tried to generate on several platforms but always stays above 121mb There are only 10 pages. However, Electron in the Node modules folder downloaded by npm has more than 400mb

  • A colleague of mine managed to reduce dependencies. It was a manual and painful process, but he succeeded. It also had the case of generating multiplatform; when it generated for x86 and x86_64, it was practically made a copy of everything, in the place of having a common part and only a small differential to run in each platform

  • 1

    A related Issue https://github.com/electron/electron/issues/2003

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.