问题 使用electron构建客户端的时候,我们希望把客户端标题栏去掉,自己定义标题栏,但在Electron使用ipcRenderer.send()的时候,会出现如下错误: Module not found: Can't resolve 'fs' in ... 解决办法: 改成如下调用即可: window.electron.ipcRenderer.sendMessage('ipc-example', []);