Found it… so for posterity:
- remove from
./electron/app/index.htmlthe tag<base href="/" /> - add this property to
./electron/package.json:"homepage": "."
Source: Tutorial/guide to build for Ionic-React-Electron app
Found it… so for posterity:
./electron/app/index.html the tag <base href="/" />
./electron/package.json: "homepage": "."
Source: Tutorial/guide to build for Ionic-React-Electron app