elm-electron-webpack
elm-electron-webpack copied to clipboard
A guide, not a template, for building electron apps with elm and webpack
Electron tells me: ``` Uncaught ReferenceError: require is not defined at index.html:10 ```
what the title says.
First off, thank you so much for this guide! I found it incredibly helpful with setting up an Electron + Elm app. Faced a few issues with some of the...
Hi, Thanks for putting this together. I had to do 'elm package install' before 'elm make'. Otherwise I get this error: PS D:\repos\elmflo> elm make .\src\elm\Main.elm --output .\src\static\bundle.js elm-make.exe: elm-package.json:...