Skip to content
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

optimize app bundle size #91

Closed
setchy opened this issue Sep 21, 2024 · 1 comment · Fixed by #171
Closed

optimize app bundle size #91

setchy opened this issue Sep 21, 2024 · 1 comment · Fixed by #171
Labels
enhancement New feature or enhancement to existing functionality priority:medium Items of medium importance. Applicable to most users or use-cases

Comments

@setchy
Copy link
Owner

setchy commented Sep 21, 2024

📝 Provide a description of the new feature

The app is quite bulky (thanks electron).

It would be worthwhile seeing what optimizations could be performed to trim the bundle size down

  • moving dependencies to devDependencies
  • adjusting files filter used during bundling
  • other ideas

➕ Additional Information

No response

@setchy setchy added enhancement New feature or enhancement to existing functionality priority:medium Items of medium importance. Applicable to most users or use-cases labels Sep 21, 2024
@setchy
Copy link
Owner Author

setchy commented Sep 29, 2024

Biggest impact on macOS bundle size seems to be switching from universal to arm64 or x64 build arch targets - electron-userland/electron-builder#5689 (comment)

This drops the .app size from ~500MB to ~300MB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or enhancement to existing functionality priority:medium Items of medium importance. Applicable to most users or use-cases
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant