You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example for forge/webpack/ts turns on node integration for the renderer to make bytenode-webpack-plugin work
The readme states there might be other ways to make bytenode-webpack-plugin work
Can you provide a minimal example of such a solution that does not enable node integration?
Even pointers would be helpful, say I wanted; { contextIsolation: true, nodeIntegration: false, sandbox: true } (the electron default), what other methods could make bytenode work for preload and renderer?