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

Make application size not blow up by consolidating dependencies #7778

Merged

Conversation

Iku-turso
Copy link
Contributor

Normal "dependencies" get added in the app.asar, which means that e.g. "electron" and "monaco-editor" get added as unnecessary bloat.

…in core package to peerDependencies

"dependencies" are going to be added in the app.asar, which means that e.g. "electron" gets added.

Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
@Iku-turso Iku-turso added the bug Something isn't working label May 25, 2023
@Iku-turso Iku-turso added this to the 6.5.0 milestone May 25, 2023
@Iku-turso Iku-turso requested a review from jansav May 25, 2023 11:49
@Iku-turso Iku-turso requested a review from a team as a code owner May 25, 2023 11:49
@Iku-turso Iku-turso requested review from Nokel81 and removed request for a team May 25, 2023 11:49
@Iku-turso Iku-turso merged commit 738985c into master May 25, 2023
16 checks passed
@Iku-turso Iku-turso deleted the fix/consolidate-dependencies-to-prevent-size-not-blowing-up branch May 25, 2023 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants