Replies: 1 comment
-
@chronosye it would be much easier with the latest version, but if you can't update the package with v3.7.5 you should use loader-config to load monaco from other sources. By default it's something like this: paths: {
vs: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.33.0/min/vs',
} you can make it: paths: {
vs: '/static/path/to/monaco',
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am using monaco-editor/react v3.7.5.
I want to ask, how can I implement that loader is not loaded from CDN, but from installed npm package?
Beta Was this translation helpful? Give feedback.
All reactions