-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent use of CDN for offline / support offline mode #40
Comments
Taking a look at this to see if that does the trick: https://github.com/microsoft/monaco-editor/blob/master/docs/integrate-amd-cross.md |
Ah... and https://www.npmjs.com/package/@monaco-editor/react#config to set baseUrl. |
Hello @houston88, Yes, you are right, you can use |
Awesome thanks! |
I've noticed when running this in an offline scenario, that it fails to load because it cannot load files from a CDN. Is there a way to use this in an offline mode? Thanks!
The text was updated successfully, but these errors were encountered: