You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Muqriz 48f16bfc3e initail first преди 4 месеца
..
dist initail first преди 4 месеца
src initail first преди 4 месеца
LICENSE initail first преди 4 месеца
README.md initail first преди 4 месеца
package.json initail first преди 4 месеца

README.md

plugin-auto-unpack-natives

This plugin will automatically add all native Node modules in your node_modules folder to the asar.unpack config option in your packagerConfig. If your app uses native Node modules, you should probably use this to reduce loading times and disk consumption on your users’ machines.

// forge.config.js

module.exports = {
  plugins: [
    {
      name: '@electron-forge/plugin-auto-unpack-natives',
      config: {}
    }
  ]
};