electron-next
electron-next copied to clipboard
extending webpack config
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.
You can follow the same instructions that apply to next.js for doing that. You can see an example of how to do this in this application that uses electron-next: https://github.com/ooni/probe-desktop/blob/master/renderer/next.config.js.