electron-updater size
See original GitHub issue- Version: electron-updater 4.0.6
- Target: macOS
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 the electron-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.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:7 (2 by maintainers)
Top Results From Across the Web
electron-updater
This module allows you to automatically update your application. You only need to install this module and write two lines of code! To...
Read more >Auto Update
Used to verify downloaded size (save one HTTP request to get length). ... to reduce request count, block map size is specified in...
Read more >Top 5 electron-updater Code Examples
Learn more about how to use electron-updater, based on electron-updater code examples ... var electronScreen = electron_1.screen; var size = electronScreen.
Read more >electron-updater | Yarn - Package Manager
A complete solution to package and build a ready for distribution Electron, Proton Native app for macOS, Windows and Linux with “auto update”...
Read more >electrondelta.com | True Delta updates for electron apps
@electron-delta/builder uses binary diffing instead of blockmaps of electron-builder. Thus the delta size is a lot smaller. Basically whatever you have changed ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
result for 4.1.0 — https://bundlephobia.com/result?p=electron-updater@4.1.0
2 less dependencies. Can be reduced further.
Please don’t close this issue as @develar said: “Can be reduced further.”.