electron-next
electron-next copied to clipboard
Build Electron apps using Next.js
When I build the app to production this error is showed on console. 
Hi, When importing electron for the renderer : ```js import electron from "electron"; ``` I get this error : ```sh Module not found: Can't resolve 'fs' ``` Did I miss...
When I run `electron .` the app works perfectly, however when I run `next build renderer && next export renderer` (specifically the `next export` command) I get the following log:...
With the default Next.js Babel settings, async functions are transpiled to generators, which are further translated to Regenerator. This makes debugging more awkward than it needs to be. I can't...
When including, "await prepareNext('./renderer')", all errors that typically appear in Electron main's error pop up no longer appear. Rather the Electron process just exits and gives no information regarding the...
`electron-next` cannot work with [electron-redux](https://github.com/hardchor/electron-redux) `TypeError: Cannot read property 'on' of undefined` **(server compilation)** Seems like some functions are not available on server...
Not entirely an issue but not obvious from the docs so pardon my ignorance, how do I extend the webpack config for dev/prod builds.
Thanks for creating this! I followed [the walkthrough blog post](https://leo.im/2017/electron-next) and when I run the app in development mode (`npm start`) and open the console from inside the app, I...
`bundle` didn't work for me, and I found it has been moved to `neutron` which doesn't have a whole lot of information available, but looks really awesome, and worked out...