create-choo-electron
create-choo-electron copied to clipboard
Renderer doesn't work with core node/electron modules
I'm new to bankai/choo so apologies if I missed something obivous.
When I try to do something like require("fs") then it fails. I can work around it with window.require("fs"), is this the recommended way of doing it or is there a better way?
perhaps we should include the https://github.com/blahah/electron-renderify transform by default