jfoclpf commented on issue #1004:
URL: https://github.com/apache/cordova-docs/issues/1004#issuecomment-986823966


   > @jfoclpf That's kinda the point! It's not documented. It somehow controls 
the compression level of the zip process of the cordova-electron platform. But 
I have no idea how exactly it works or where I can look up how the info travels 
from the cordova package.json file on the "build" key, down into the platform, 
the node_module and the electron-builder sub process.
   > 
   > All I am asking for are basic listings of all settings/configs somewhere.
   
   Ah ok, you're referring to `cordova-electron`, I thought you were referring 
to standard android and ios apps.
   
   Cordova electron uses electron, the configuration for build you find here:
   
https://www.electron.build/configuration/configuration#overridable-per-platform-options
   
   ```
   compression = normal “store” | “normal” | “maximum” - The compression level. 
If you want to rapidly test build, store can reduce build time significantly. 
maximum doesn’t lead to noticeable size difference, but increase build time.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to