DEV Community

Discussion on: Integrating an Angular-CLI application with Electron - The IPC

Collapse
 
charlesr1971 profile image
Charles Robertson

Yes. I have added:

webPreferences: {
  nodeIntegration: true,
}

But, I still cannot get the IPC communication working.