Skip to content

Problem: Electron broke after upgrading to 0.19

Solution: Included elm.js in electron-index.html instead of importing it into ports.js, and using Elm.Main.init function instead of Elm.Main.embed.

Merge request reports