-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
electron-updater size #3953
Comments
result for 4.1.0 — https://bundlephobia.com/[email protected] 2 less dependencies. Can be reduced further. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please don't close this issue as @develar said: "Can be reduced further.". |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please don't close this issue as @develar said: "Can be reduced further.". |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Please don't close this issue as @develar said: "Can be reduced further.". |
electron-updater
increases the bundle size of our main process script by 22 times to half a megabyte. Pasting the screenshots produced by webpack bundle analyzer plugin:Without

electron-updater
:With

electron-updater
:electron-builder
is the most popular tool for packaging and publishing apps and I love it. It is so easy to work with. The auto-updating feature is so easy to set up. However, seeing that our app will load slower makes me think about the decision to use theelectron-updater
plugin.Is there a way to minimize the bundle size by using different libraries to do the same? I am pasting a few resources to show where the size problems are.
https://bundlephobia.com/[email protected]
https://bundlephobia.com/scan-results?packages=@types/[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
The text was updated successfully, but these errors were encountered: