electron-next icon indicating copy to clipboard operation
electron-next copied to clipboard

extending webpack config

Open artivilla opened this issue 7 years ago • 1 comments

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.

artivilla avatar Jun 11 '18 14:06 artivilla

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.

hellais avatar Sep 25 '18 13:09 hellais