This repository aims to help to resolve electron-userland/electron-builder#9395.
This is the status after upgrading to electron-builder@26.3.3.
To reproduce the issue, run:
yarn install
yarn run buildElectronApp
Check the output in dist/electron-app/win-unpacked/resources/app:
- The
node_modulesfolder is missing.
This is a sister repository to electron-builder-before-9395, which uses electron-builder@25.1.8, where the issue does not occur.