react-new-window
react-new-window copied to clipboard
broken in Electron 5.0
because of electron/electron#16958, this module is now completely broken in electron 5.0, is there a workaround?
@pocesar I tried same issue and now this works for me.
webPreferences: {
nodeIntegration: true,
nativeWindowOpen: true,
}
it worked on dev, but not working after build or compile ...
@azamiya Do you know if this is still valid? I can't get it working on Electron 13.1.0.
I will need to setup my dev env with Electron to test this issue and #110