-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
We are currently working on an application running in Electron using the monaco-editor, but some use case requires the displayed Electron content to come from a remote server (over http/s).
Problem is, the loader seems to get lost, as it assumes the environment is Node, yet the resources should be fetched from a remote server.
Did you ever encountered such an issue ? What would be our options here ?
I am thinking about trying to trick the loader into detecting a browser environment, though I am not sure I will be able to do this.
Extra infos: The loader works when the application is running in a browser, but once used within electron the loader gets lost.
Metadata
Metadata
Assignees
Labels
No labels