Closed
Description
I'm building a Electron app and I just found this Github organization with two interesting projects:
- electron-builder
- electron-forge
But I can't find information about their difference 😞
- What are the pros and _cons?
- How do they relate to https://github.com/electron/electron-compile?
- Does support Babel out-of-the-box?
- Does they support minify, Tree-shaking, Dead-code-elimination? How about Node.js native dependencies?
- Which one comes with less boilerplate?
Any help is appreciated.