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

Unpacking native Node modules from your Forge app's ASAR archive #121

Closed
mrfatguy opened this issue Apr 2, 2024 · 1 comment · Fixed by #138
Closed

Unpacking native Node modules from your Forge app's ASAR archive #121

mrfatguy opened this issue Apr 2, 2024 · 1 comment · Fixed by #138
Assignees
Labels
research Further information is requested

Comments

@mrfatguy
Copy link
Contributor

mrfatguy commented Apr 2, 2024

Please, research the possibility of using Auto Unpack Native Modules Plugin to reduce loading times and disk consumption on our users' machines.

Also, please check, if there is any possibility of reducing .asar file at all? If we can remove some unused Node modules from it to reduce size of the installers / shops / native files shipped with each build.

@mrfatguy mrfatguy added the research Further information is requested label Apr 2, 2024
@mrfatguy mrfatguy added this to the [0.4] Other codebases milestone Apr 2, 2024
@MadejaMaciej
Copy link
Contributor

It happens that we are already using it, but we could get rid off it if needed. Modules then will be packed directly to the codebase tho, so it might be bad for performence and disk consumption.

Unfortunately after checking at this moment we have only modules we are using, so nothing to remove there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
research Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants