Auto Unpack Native Modules Plugin
Reduce loading times and disk consumption by unpacking native Node modules from your Forge app's ASAR archive.
Last updated
Was this helpful?
Reduce loading times and disk consumption by unpacking native Node modules from your Forge app's ASAR archive.
Last updated
Was this helpful?
This plugin will automatically add all native Node modules in your node_modules
folder to the config option in your . If your app uses native Node modules, you should probably use this to reduce loading times and disk consumption on your users' machines.
You must add this plugin to your array in your Forge configuration. There are currently no configuration options available for this plugin.