Open
Description
In my app, if I enable:
renderer({
nodeIntegration: true
}),
Then after bundling, the monaco-editor
causes the React app to completely re-mount and lose all its state.
My best guess is that monaco-editor
uses a Worker that detects Electron and fails. It has been almost impossible to debug.
Note: This works fine in
npm run dev
mode, it only breaks afternpm run build
then dynamically loading themonaco-editor
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels