JulianSolros

Results 3 comments of JulianSolros

So after doing the above, I get ``` Uncaught ReferenceError: require is not defined at index.html:63 Uncaught ReferenceError: module is not defined at renderer.js:2 ```

Ah, check this out: https://github.com/electron/electron/issues/27964 It seems in the `electron/main/index.js`, you have to add `contextIsolation: false` to the BrowserWindow. It's a security thing, so worth reading further, especially if your...

Same here... maybe related to https://github.com/expo/expo-cli/issues/1397