Hi,
When importing electron for the renderer :
import electron from "electron";
I get this error :
Module not found: Can't resolve 'fs'
Did I miss something in the config ?
I checked an old issue that suggested to use target="electron-target" but its outdated. Also, the now-desktop app doesn't use electron in the renderer (e.g. for opening links in default browser).
Hi,
When importing electron for the renderer :
I get this error :
Did I miss something in the config ?
I checked an old issue that suggested to use target="electron-target" but its outdated. Also, the now-desktop app doesn't use electron in the renderer (e.g. for opening links in default browser).