I'm currently working on an IPFS/Ethereum dapp in Muon. Because i need Metamask i started with this Boilerplate: https://github.com/SwapyNetwork/electron-metamask-boilerplate
Everything is working fine so far. However i can not use require('anything') in the renderer process or in html script tags. (See below)
There seems to be a problem with the boilerplate code but i can't find it. Or is node code in renderer not supported in Muon?
My only change in testing is setting node-integration explicitly to true and inserting require('fs') in index.js. (i installed fs of course).
I tried many different solutions from stackoverflow and other sites but couldn't find a solution yet.
Thank you